Merge pull request #28 from wulkanowy/bugfix-runservernpm
Fixing the runserver.bat
This commit is contained in:
commit
cf54e9dc07
8 changed files with 2881 additions and 4 deletions
4
batch/Instell.bat
Normal file
4
batch/Instell.bat
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
cd ..
|
||||||
|
cd frontend
|
||||||
|
cls
|
||||||
|
npm install
|
|
@ -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
|
||||||
|
|
||||||
|
|
BIN
batch/instell.exe
Normal file
BIN
batch/instell.exe
Normal file
Binary file not shown.
5
batch/webpack.bat
Normal file
5
batch/webpack.bat
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
cd ..
|
||||||
|
cd frontend
|
||||||
|
cls
|
||||||
|
::dir
|
||||||
|
npm run dev
|
BIN
batch/webpack.exe
Normal file
BIN
batch/webpack.exe
Normal file
Binary file not shown.
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