Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 444 Bytes

File metadata and controls

19 lines (10 loc) · 444 Bytes

LaunchReady

A sample application towards creating a production ready django application on start.

Set up

Clone the repository, install requirements and run the development application version

pip install -r requirements.txt
python manage.py runserver --settings=LaunchReady.settings.dev

A complete guide can be found on:

Preparing Django for deployment