Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Created September 29, 2020 22:51
Show Gist options
  • Save codetombomb/589ceb0fa6a1e04ede96d29f4da0de38 to your computer and use it in GitHub Desktop.
Save codetombomb/589ceb0fa6a1e04ede96d29f4da0de38 to your computer and use it in GitHub Desktop.
Adding to INSTALLED_APPS
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'portfolio_api',
'rest_framework',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment