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-11-09 11:02:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3fb97a27afaf81ddd5fc31027453dabfd8e16d44
3fb97a27
1 parent
65097863
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
README.md
README.md
View file @
3fb97a2
...
...
@@ -5,19 +5,19 @@
~$ 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
~$ pip install -r requirements.txt
...
### Database
~/smartdoorlock-backend$ python manage.py migrate
~/smartdoorlock-backend$ python manage.py makemigrations
~/smartdoorlock-backend$ python manage.py migrate
### Run Server
...
...
Please
register
or
login
to post a comment