Fix batch...
This commit is contained in:
parent
a7df4191ad
commit
5ea3cf1bc3
11 changed files with 10 additions and 4990 deletions
|
@ -1,4 +0,0 @@
|
|||
cd ..
|
||||
cd frontend
|
||||
cls
|
||||
npm install
|
|
@ -1,7 +0,0 @@
|
|||
::To jest to samo co w pliku install.exe
|
||||
pip install -r requirements.txt
|
||||
python manage.py makemigrations
|
||||
python manage.py migrate
|
||||
cd batch
|
||||
start instell.exe
|
||||
|
Binary file not shown.
|
@ -1,5 +0,0 @@
|
|||
cd ..
|
||||
cd frontend
|
||||
cls
|
||||
::dir
|
||||
npm run dev
|
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3
install.bat
Normal file
3
install.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
pip install -r requirments.txt
|
||||
cd frontend
|
||||
npm i
|
BIN
install.exe
BIN
install.exe
Binary file not shown.
|
@ -1,6 +1,4 @@
|
|||
cd frontend
|
||||
start npm run dev
|
||||
cd ..
|
||||
@echo off
|
||||
cd batch
|
||||
start webpack.exe
|
||||
python manage.py runserver
|
||||
|
|
Loading…
Reference in a new issue