django-best-practices icon indicating copy to clipboard operation
django-best-practices copied to clipboard

Documentation regarding Django best practices

Results 8 django-best-practices issues
Sort by recently updated
recently updated
newest added

gunicorn and apache-mod-rpaf both use X-Forwarded-For instead

Request via email: > I appreciate your best practices info, but I wish you had an Apache httpd server section. > > Thanks for your efforts.

As [noted on Twitter](https://twitter.com/_tijs/status/316916197092388865) earlier i was wondering if [the recommendation for setting up nginx](http://lincolnloop.com/django-best-practices/deployment/servers.html#nginx) should come with a warning to make sure the `root` var in the nginx config...

Heroku or ElasticBeanstalk? http://news.ycombinator.com/item?id=4515257

Would be nice to have this all available as in .mobi / .epub format.

From http://lincolnloop.com/django-best-practices/apps/modules/urls.html > Should have a name attribute so they are reversible; APP_MODEL_VIEW, for example blog_post_detail or blog_post_list. May I suggest: > Should have a name attribute and a namespace...

Please describe how to schedule scripts for simpler tasks. E.g. using BaseCommand. A lot of people suggest setting up urls to start the script, having an external script that import...

There's some apps that (for the most part) everyone uses: south, celery, easy-thumbnails, etc. We should point people in that direction. See also: http://news.ycombinator.com/item?id=4515257