Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 318 Bytes

usage.md

File metadata and controls

17 lines (12 loc) · 318 Bytes

Usage

Development

To initiate the server run:

$ manage.py runserver --settings=project.settings.dev

Production

To initiate the server run:

$ manage.py runserver --settings=project.settings.prod

For static files management you'll need to read the related docs.