added windows cmds
This commit is contained in:
parent
6c9e7d4b60
commit
7b9a9730aa
@ -13,7 +13,16 @@ DEV_MODE=True
|
|||||||
|
|
||||||
(if you haven't set up these servers yet, you can ignore the rest of the steps and just run:
|
(if you haven't set up these servers yet, you can ignore the rest of the steps and just run:
|
||||||
|
|
||||||
DJANGO_SETTINGS_MODULE=main_project.dev_settings python manage.py runserver
|
DJANGO_SETTINGS_MODULE=main_project.dev_settings python manage.py runserver (linux)
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
set DJANGO_SETTINGS_MODULE=main_project.dev_settings&& python -m manage runserver (windows cmd)
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$env:DJANGO_SETTINGS_MODULE = "main_project.dev_settings"; python -m manage runserver (windows powershell)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user