REST framework
settings
$ pip install djangorestframework# settings.py
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework',
]νλ‘μ νΈ μμνκΈ°
URLs
Pagination
Last updated