Toggle navigation
Toggle navigation
This project
Loading...
Sign in
cse437_e
/
smartdoorlock-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최지우
2020-10-05 16:38:06 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
126f3889ed4250bae3ea5f14340466f3e1093c80
126f3889
2 parents
7df1db9e
4a51ad79
Merge branch 'master' of
http://khuhub.khu.ac.kr/cse437_e/smartdoorlock-backend
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
126f388
## Building
### Python Version
~$ python3 --version
Python 3.8.2
Python 가상환경 사용을 권장합니다.
### pip, django
~$ python3 -m pip install --upgrade pip
~$ pip install django~=3.1.2
...
Successfully installed asgiref-3.2.10 django-3.1.2 pytz-2020.1 sqlparse-0.3.1
### Database
~/smartdoorlock-backend$ python manage.py migrate
~/smartdoorlock-backend$ python manage.py makemigrations
### Run Server
~/smartdoorlock-backend$ python manage.py runserver
http://127.0.0.1:8000/ 로 접속
Please
register
or
login
to post a comment