Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jc2k/django_prodbits
- Owner: Jc2k
- Created: 2013-11-01T13:23:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-01T13:25:28.000Z (about 11 years ago)
- Last Synced: 2024-04-16T01:44:30.649Z (8 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.