A Django app that runs simple tests to check if your app is production ready.
Project description
A simple app with a single management command that checks if your project is production ready.
Install
If you use pip:
$ pip install django-production-ready
or
Checkout the source code from github and:
$ python setup.py install
Add the app to your INSTALLED_APPS in the settings.py.
INSTALLED_APPS = ( … prodready, … )
Usage
Run the management command to run the tests:
$ python manage.py is_it_ready
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for django-production-ready-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 947442fc5fc5d687620cc6218f6ec60236899d5a0012a3a31001e596f12824df |
|
MD5 | aead770e672d84523417e89484a0fb57 |
|
BLAKE2b-256 | ae9ea16821c03fb7c469ba05666020cccc9e080bf65adbefba095e024edef39d |