Django Newbie Mistakes
code.djangoproject.com
Django Newbie Mistakes
1–10 of 225 posts
Re: Django Newbie Mistakes
#2Re: Django Newbie Mistakes
#3Re: Django Newbie Mistakes
#4There was a bright red box effectively saying "Don't use this module without customizing it" in the documentation but that didn't stop newbies going live with it in place.
Re: Django Newbie Mistakes
#5Re: Django Newbie Mistakes
#6Re: Django Newbie Mistakes
#7This page has barely been updated in the last four years. It mentions MIDDLEWARE_CLASSES (deprecated in Django 1.10) and using strings in url() (deprecated in Django 1.8). There may well be other bits which are out of date.
The entries in the faq [1] are more likely to be kept up to date.
Re: Django Newbie Mistakes
#8Re: Django Newbie Mistakes
#9I hope more frameworks/languages have a page of common "gotcha's" in their documentation in the future. Then again, it's sort of a right of passage to spend a couple of hours debugging common mistakes when you're learning something new: you'll definitely not repeat your mistake in the future that way :)
Re: Django Newbie Mistakes
#10If you're writing a REST api, invest the time to learn Django Rest Framework. It is well worth it.