Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
John James
whats-open
Commits
b6ddc9a2
Commit
b6ddc9a2
authored
Mar 04, 2014
by
Benjamin S Waters
Browse files
management was wrong in settings
parent
183cbc46
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/settings.py
View file @
b6ddc9a2
...
...
@@ -132,6 +132,7 @@ INSTALLED_APPS = (
'south'
,
'rest_framework'
,
'website'
,
'management'
,
#'guardian',
)
...
...
@@ -139,7 +140,6 @@ ANONYMOUS_USER_ID = -1
AUTHENTICATION_BACKENDS
=
(
'django.contrib.auth.backends.ModelBackend'
,
# this is default
#'guardian.backends.ObjectPermissionBackend',
'management'
,
)
SESSION_SERIALIZER
=
'django.contrib.sessions.serializers.JSONSerializer'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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