nice runserver binary i made
This commit is contained in:
parent
e74db50bdd
commit
359677cfde
4
bin/runserver.bat
Normal file
4
bin/runserver.bat
Normal file
@ -0,0 +1,4 @@
|
||||
cd /D "%~dp0"\..
|
||||
venv\Scripts\python.exe -m pip install -r requirements.txt
|
||||
venv\Scripts\python.exe src/manage.py migrate
|
||||
venv\Scripts\python.exe src/manage.py runserver
|
Loading…
x
Reference in New Issue
Block a user