Skip to content

Instantly share code, notes, and snippets.

@sankalpjonn
Created November 15, 2020 04:03
Show Gist options
  • Save sankalpjonn/0ef41bfb01ed8648f5403749d5f23026 to your computer and use it in GitHub Desktop.
Save sankalpjonn/0ef41bfb01ed8648f5403749d5f23026 to your computer and use it in GitHub Desktop.
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
#include rest_framework here
'rest_framework',
'notes'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment