Merge pull request #28 from wulkanowy/bugfix-runservernpm

Fixing the runserver.bat
This commit is contained in:
Zaptyp 2021-02-01 11:22:27 +01:00 committed by GitHub
commit cf54e9dc07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 2881 additions and 4 deletions

4
batch/Instell.bat Normal file
View file

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

View file

@ -2,5 +2,6 @@
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
npm install
pause
cd batch
start instell.exe

BIN
batch/instell.exe Normal file

Binary file not shown.

5
batch/webpack.bat Normal file
View file

@ -0,0 +1,5 @@
cd ..
cd frontend
cls
::dir
npm run dev

BIN
batch/webpack.exe Normal file

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

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