New Installation
This commit is contained in:
parent
f0d68faf09
commit
d567ad9e0f
4 changed files with 2872 additions and 4 deletions
|
@ -2,5 +2,6 @@
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python manage.py makemigrations
|
python manage.py makemigrations
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
npm install
|
cd batch
|
||||||
pause
|
start instell.exe
|
||||||
|
|
||||||
|
|
2866
frontend/package-lock.json
generated
2866
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
BIN
install.exe
BIN
install.exe
Binary file not shown.
|
@ -1,3 +1,6 @@
|
||||||
start npm run dev
|
@echo off
|
||||||
|
cd batch
|
||||||
|
start webpack.exe
|
||||||
cls
|
cls
|
||||||
|
cd ..
|
||||||
python manage.py runserver
|
python manage.py runserver
|
Loading…
Reference in a new issue