fnp
/
cas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a7d807a
)
Removed logging configuration (do this in localsettings.py).
author
Łukasz Rekucki
<lrekucki@gmail.com>
Sat, 17 Apr 2010 14:09:36 +0000
(16:09 +0200)
committer
Łukasz Rekucki
<lrekucki@gmail.com>
Sat, 17 Apr 2010 21:48:11 +0000
(23:48 +0200)
src/cas/settings.py
patch
|
blob
|
history
diff --git
a/src/cas/settings.py
b/src/cas/settings.py
index
a039d14
..
732f861
100644
(file)
--- a/
src/cas/settings.py
+++ b/
src/cas/settings.py
@@
-95,11
+95,6
@@
LOGOUT_URL = '/cas/logout/'
CAS_CUSTOM_ATTRIBUTES_CALLBACK = 'utils.custom_attributes_callback'
SESSION_COOKIE_NAME = 'fnpcas'
CAS_CUSTOM_ATTRIBUTES_CALLBACK = 'utils.custom_attributes_callback'
SESSION_COOKIE_NAME = 'fnpcas'
-# Python logging settings
-import logging
-import logging.config
-logging.config.fileConfig(path.join(PROJECT_ROOT, "logging.cfg"))
-
# Import localsettings file, which may override settings defined here
try:
from localsettings import *
# Import localsettings file, which may override settings defined here
try:
from localsettings import *