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 11:32:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aebd0f520cc891f51e2c0edf222b3ece899e88cd
aebd0f52
1 parent
9166703a
Add README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
README.md
README.md
0 → 100644
View file @
aebd0f5
## 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