Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Created September 26, 2020 01:15
Show Gist options
  • Save codetombomb/3526e73068f7599aa9759e826bec8a40 to your computer and use it in GitHub Desktop.
Save codetombomb/3526e73068f7599aa9759e826bec8a40 to your computer and use it in GitHub Desktop.
Adding an App to settings.py file
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'projects',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment