Skip to content

Instantly share code, notes, and snippets.

@shreyanshu7101904
Created March 4, 2020 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shreyanshu7101904/47740d44140b99c084185f9958237d76 to your computer and use it in GitHub Desktop.
Save shreyanshu7101904/47740d44140b99c084185f9958237d76 to your computer and use it in GitHub Desktop.
test
#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