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
Yoonjunhyeon
2020-05-03 19:09:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
12b6dad98c0d3ed318b55b61a53d069fbb00e710
12b6dad9
1 parent
30d0ae38
be 자동화 코드
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
web/backend/init
web/backend/init(not yet)
web/backend/init
View file @
12b6dad
#!/bin/bash
cd
../frontend
npm run build
cd
../backend
rm -rf static
./manage.py collectstatic
rm -rf static/admin
rm -rf static/rest_framework
python vue2djangoTemplate.py
\ No newline at end of file
. env/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver 0.0.0.0:8000
\ No newline at end of file
...
...
web/backend/init(not yet)
0 → 100644
View file @
12b6dad
#!/bin/bash
cd
../frontend
npm run build
cd
../backend
. env/bin/activate
rm -rf static
./manage.py collectstatic
rm -rf static/admin
rm -rf static/rest_framework
python vue2djangoTemplate.py
\ No newline at end of file
Please
register
or
login
to post a comment