Skip to content

Commit

Permalink
django 설치 목록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
shing100 committed Jan 1, 2019
1 parent c772b58 commit 79e9368
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,17 @@ urlpatterns = [
- 이미지 올리기, 삭제, 수정,
- 내 이미지 댓글, 생성 댓글 삭제


## 설치
- pipenv install djangorestframework
- pipenv install django-taggit
- python manage.py migrate
- pipenv install django-rest-auth
- pip install django-taggit-serializer
- pip install django-cors-headers
- pip install djangorestframework-jwt


## 참고자료
--------------------

Expand Down

0 comments on commit 79e9368

Please sign in to comment.