Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-production-ready-0.1.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page