Skip to content

bbiskup/django-production-ready

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django 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

About

Is your app production ready?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%