DRF IMAGE 복수 처리
1단계(설치) pip instll Pillow django djangorestframework 2단계(설치) django-admin startproject backend . django-admin startapp blog 3단계(settings.py) INSTALLED_APPS = [ ... 'django.contrib.sites', 'blog.apps.BlogConfig' ] MEDIA_URL = '/media/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media') 4단계(backend.urls.py) from django.contrib import admin from django.urls import path from django.urls.conf import includ..
파이썬/장고
2021. 6. 22. 20:46
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 그래프
- Python
- Command Line
- thread
- headers
- docker
- PostgreSQL
- postgres
- 백준
- BFS
- setattr
- env
- Collections
- 파이썬
- dockerignore
- Java
- docker-compose
- 카카오
- 프로그래머스
- 알고리즘
- DRF
- Pattern
- 자바
- Linux
- Spring
- 면접
- Celery
- ubuntu
- 2021 KAKAO BLIND RECRUITMENT
- django
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함