projects
/
pgmailmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfe037
)
Wrong namespace for the authentication backend
author
Magnus Hagander
<magnus@hagander.net>
Sun, 20 Jan 2013 09:42:30 +0000
(10:42 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 20 Jan 2013 09:42:30 +0000
(10:42 +0100)
pgmailmgr/settings.py
patch
|
blob
|
blame
|
history
diff --git
a/pgmailmgr/settings.py
b/pgmailmgr/settings.py
index 9e1edf8953e6ce9e7fa8da8964d7d55b634ee9c3..8e2a129f316d7de81983fcfc727022c72029fa0e 100644
(file)
--- a/
pgmailmgr/settings.py
+++ b/
pgmailmgr/settings.py
@@
-147,7
+147,7
@@
LOGGING = {
}
AUTHENTICATION_BACKENDS = (
- '
util.
auth.AuthBackend',
+ 'auth.AuthBackend',
)
SESSION_COOKIE_SECURE= True