There's "Django Best Practices", which was discussed two months ago (although it doesn't seem like it grew a lot since):
http://lincolnloop.com/django-best-practices/
HN discussion: http://news.ycombinator.com/item?id=2936364
Any effort to assemble "field" knowledge around Django would be great. For instance, I was looking for best practices for splitting settings.py (separating dev, test and prod-specific configs). If anybody's interested, I went through: http://stackoverflow.com/questions/88259/how-do-you-configur... , http://www.djangobook.com/en/2.0/chapter12/ (under "Using Different Settings for Production") and https://code.djangoproject.com/wiki/SplitSettings ...