Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
5e95178d
Commit
5e95178d
authored
Dec 13, 2015
by
Jamesie Pic
Browse files
Use django-suit
It's, after all, free for non commercial use.
parent
b35aa94f
Changes
2
Hide whitespace changes
Inline
Side-by-side
memopol/settings.py
View file @
5e95178d
...
...
@@ -70,8 +70,8 @@ ORGANIZATION_NAME = os.environ.get('ORGANIZATION', 'Memopol Demo')
INSTALLED_APPS
=
(
# 'django.contrib.admin',
'autocomplete_light'
,
# Instead of contrib.admin to use Django-Admin-Plus
'django.contrib.admin
.apps.SimpleAdminConfig
'
,
'suit'
,
'django.contrib.admin'
,
'django.contrib.auth'
,
'django.contrib.contenttypes'
,
'django.contrib.sessions'
,
...
...
@@ -202,6 +202,7 @@ TEMPLATE_LOADERS = (
TEMPLATE_CONTEXT_PROCESSORS
=
global_settings
.
TEMPLATE_CONTEXT_PROCESSORS
+
(
'constance.context_processors.config'
,
'django.template.context_processors.request'
,
)
# Static files finders
...
...
setup.py
View file @
5e95178d
...
...
@@ -25,5 +25,6 @@ setup(name='political-memory',
'ijson>=2.2,<2.3'
,
'python-dateutil>=2.4,<2.5'
,
'pytz==2015.7'
,
'django-suit'
,
],
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment