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:33:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a51ad794604cb5e5752466fd8af06dbe83220c3
4a51ad79
1 parent
aebd0f52
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
README.md
README.md
View file @
4a51ad7
## Building
# Python Version
#
##
Python Version
~$ python3 --version
Python 3.8.2
Python 가상환경 사용을 권장합니다.
# pip, django
#
##
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
#
##
Database
~/smartdoorlock-backend$ python manage.py migrate
~/smartdoorlock-backend$ python manage.py makemigrations
# Run Server
#
##
Run Server
~/smartdoorlock-backend$ python manage.py runserver
...
...
Please
register
or
login
to post a comment