Skip to content

Instantly share code, notes, and snippets.

@ManotLuijiu
Created January 23, 2021 06:30
Show Gist options
  • Save ManotLuijiu/cb8dc1800e3b4697e7d11b3666c782de to your computer and use it in GitHub Desktop.
Save ManotLuijiu/cb8dc1800e3b4697e7d11b3666c782de to your computer and use it in GitHub Desktop.
INSTALLED_APPS = [
'whitenoise.runserver_nostatic',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'leads'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment