Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jc2k/django_prodbits

Some little helpers for Django production sites
https://github.com/jc2k/django_prodbits

Last synced: about 1 month ago
JSON representation

Some little helpers for Django production sites

Awesome Lists containing this project

README

        

===============
django_prodbits
===============

Some reusable bits and pieces for making Django and virtualenvs nicer in production.

Django settings
===============

django_prodbits generates a ``bin/django`` in your virtualenv with a settings hook that looks for a ``settings.json`` or ``settings.py`` in the ``etc`` directory of the virtualenv.

This avoids having to source anything before running your code.