Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
PKH_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이태현
2020-05-10 12:09:25 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b655b534284dfb36639766b65c0c760fcc8722df
b655b534
1 parent
71b26994
requirements 추가 (be)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
web/backend/start
web/backend/start
0 → 100644
View file @
b655b53
#!/bin/bash
. env/bin/activate
pip3 install -r requirements.txt
rm -rf static
./manage.py collectstatic
rm -rf static/admin
rm -rf static/rest_framework
python manage.py makemigrations
python manage.py migrate
python vue2djangoTemplate.py
python manage.py runserver 0.0.0.0:8000
\ No newline at end of file
Please
register
or
login
to post a comment