django-production-ready 0.0.3a0
A Django app that runs simple tests to check if your app is production ready.
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-production-ready-0.0.3a0.tar.gz (md5) | Source | 2011-12-04 | 4KB | 221 | |
- Author: Agiliq Solutions
- Home Page: http://github.com/agiliq/django-production-ready
- License: BSD
- Categories
- Package Index Owner: shabda
- DOAP record: django-production-ready-0.0.3a0.xml
