6 lines
154 B
Batchfile
6 lines
154 B
Batchfile
::To jest to samo co w pliku install.exe
|
|
pip install -r requirements.txt
|
|
python manage.py makemigrations
|
|
python manage.py migrate
|
|
npm install
|
|
pause
|