New Installation

This commit is contained in:
Zaptyp 2021-02-01 07:47:41 +01:00
parent f0d68faf09
commit d567ad9e0f
4 changed files with 2872 additions and 4 deletions

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

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