Created
January 23, 2021 06:30
-
-
Save ManotLuijiu/cb8dc1800e3b4697e7d11b3666c782de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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