Showing
1 changed file
with
12 additions
and
0 deletions
web/backend/start
0 → 100644
1 | +#!/bin/bash | ||
2 | +. env/bin/activate | ||
3 | +pip3 install -r requirements.txt | ||
4 | +rm -rf static | ||
5 | +./manage.py collectstatic | ||
6 | +rm -rf static/admin | ||
7 | +rm -rf static/rest_framework | ||
8 | + | ||
9 | +python manage.py makemigrations | ||
10 | +python manage.py migrate | ||
11 | +python vue2djangoTemplate.py | ||
12 | +python manage.py runserver 0.0.0.0:8000 | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment