Created
March 4, 2020 19:38
-
-
Save shreyanshu7101904/47740d44140b99c084185f9958237d76 to your computer and use it in GitHub Desktop.
test
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
#file settings.py | |
# Application definition | |
INSTALLED_APPS = [ | |
'django.contrib.admin', | |
'django.contrib.auth', | |
'django.contrib.contenttypes', | |
'django.contrib.sessions', | |
'django.contrib.messages', | |
'django.contrib.staticfiles', | |
'QuestionsPanel', | |
'Blog', | |
'django_summernote', | |
'django.contrib.sitemaps', | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment