To initiate the server run:
$ manage.py runserver --settings=project.settings.dev
To initiate the server run:
$ manage.py runserver --settings=project.settings.prod
For static files management you'll need to read the related docs.
To initiate the server run:
$ manage.py runserver --settings=project.settings.dev
To initiate the server run:
$ manage.py runserver --settings=project.settings.prod
For static files management you'll need to read the related docs.