Fix batch...

This commit is contained in:
Marcin Kowalicki 2021-02-05 13:01:55 +01:00
parent a7df4191ad
commit 5ea3cf1bc3
11 changed files with 10 additions and 4990 deletions

View file

@ -1,4 +0,0 @@
cd ..
cd frontend
cls
npm install

View file

@ -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.

View file

@ -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
View file

@ -0,0 +1,3 @@
pip install -r requirments.txt
cd frontend
npm i

Binary file not shown.

View file

@ -1,6 +1,4 @@
cd frontend
start npm run dev
cd ..
@echo off
cd batch
start webpack.exe
python manage.py runserver