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

https://github.com/ross/djconf


https://github.com/ross/djconf

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Example environment-base django config.

usage:

export ENV=dev
./manage.py runserver

All secrets (usernames, passwords, api keys and secrets) should live in
creds.py which should not be checked in to your repo. (it is here for demo
purposes.)