a. Use the IRC Channel mentioned #django on freenode
b. Use stackoverflow whenever you have questions you will get well informed answers in minutes but it seems like you got that one locked down.
c. The django book at http://www.djangobook.com/en/2.0/ (you'll want the second version in english i suspect)
d. The django documentation found at http://docs.djangoproject.com/en/dev/
e. Django Snippets found at http://www.djangosnippets.org/ (good for simple snippets of code just like it sounds)
f. A django book I like a lot is by Apress called Practical Django Projects, Second Edition found here: http://www.apress.com/book/view/1430219386
e. Nice django/python video tutorials found here for example:http://showmedo.com/videotutorials/video?name=1100000 (these really helped me get started) Showmedo also has other great video tutorials on django.