Skip to content

Instantly share code, notes, and snippets.

@goyalrohit
Created March 24, 2018 11:21
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 goyalrohit/4e5306f4a34cdeb08e38cf8ada4badda to your computer and use it in GitHub Desktop.
Save goyalrohit/4e5306f4a34cdeb08e38cf8ada4badda to your computer and use it in GitHub Desktop.
INSTALLED_APPS = (
'djangocms_admin_style',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.admin',
'django.contrib.sites',
'django.contrib.sitemaps',
'django.contrib.staticfiles',
'django.contrib.messages',
'cms',
'menus',
'sekizai',
'treebeard',
'djangocms_text_ckeditor',
'djangocms_style',
'djangocms_column',
'djangocms_file',
'djangocms_googlemap',
'djangocms_inherit',
'djangocms_link',
'djangocms_picture',
'djangocms_teaser',
'djangocms_video',
'reversion',
'rafaels_pizza',
'rafs_pizza_plugins'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment