Want to learn Django? Start here.
1–10 of 23 posts
Re: Want to learn Django? Start here.
#2Of course having used Django for ~5 years now, I must be biased!
Re: Want to learn Django? Start here.
#3Re: Want to learn Django? Start here.
#4I took me about 10 hours from start to finish with probably half of that devoted to getting my environment setup. I learned a ton and not just about Django.
If you have experience with Python and/or working with the terminal it should be much faster, but you'll still probably learn a lot.
#django IRC channel is another resource I'd highly recommend, especially when you get stuck. Those guys are super, super helpful.
Re: Want to learn Django? Start here.
#5I'm learning Django (and Python) now, a big +1 for the official tutorial being the best first place to start. It walks you through setting up your environment, working with the terminal and a cool little project setting up your first app that quickly and clearly shows you all sorts of cool things Django can do. I took me about 10 hours from start to finish with probably half of that devoted to getting my environment…
Re: Want to learn Django? Start here.
#6Re: Want to learn Django? Start here.
#7Re: Want to learn Django? Start here.
#8Re: Want to learn Django? Start here.
#9It's getting a little out of date, what with Django 1.4 and django-registration 0.8, but nothing that can't be upgraded without too much hassle.
#django on Freenode is also invaluable.
You can also search inside the Django documentation with "!django", if DDG is your default search engine.
I also recommend checking out dotCloud (YC) instead of Heroku, as it's much easier to set up for beginners. Just download the wsgi.py and make the necessary changes to your settings.py, and Bob's your uncle.
Re: Want to learn Django? Start here.
#10+1 for the django.me tip. I can see myself using it all the time from now on :-) Out of curiosity, how and where did you find out about it? http://django.me redirects to the main page of django docs and google search didn't give any useful info.