I'd love to see the Django equivalent to Railscasts.
Want to learn Django? Start here.
11–20 of 23 posts
Re: Want to learn Django? Start here.
#12+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.
I think it's powered by http://slug.in/ which was a recent djangodash project.
Re: Want to learn Django? Start here.
#13Re: Want to learn Django? Start here.
#14Awesome, thanks for this. I've been learning Django in my spare time and using the Django Book resource, and while I can work through it I don't think it's taught in a way that helped me remember how to do any of it without the book. Is that common? I am assuming that the only way you learn how to set up an environment or a Django project is just through doing it multiple times, not memorizing it out of a book. For e…
It will get better once you embark on your second or third project. You will be able to refer back to your earlier projects (instead of the guide) and see what steps you have missed out.
Re: Want to learn Django? Start here.
#15How is it in comparison to WP?
Re: Want to learn Django? Start here.
#16Anyone use django CMS? https://www.django-cms.org/ How is it in comparison to WP?
Re: Want to learn Django? Start here.
#17Re: Want to learn Django? Start here.
#18Re: Want to learn Django? Start here.
#19Re: Want to learn Django? Start here.
#20Some advice that saved me hours: use Vagrant to manage a linux-based VM. Share the Django code directory with your Host OS. You're going to eventually deploy to Linux anyway. (I had a LOT of issues trying to get Postgresql to install on OS X via Homebrew, etc, and it still wasn't a proper environment). Once I went with Vagrant and an Ubuntu VM, things smoothed out.