@@ -353,6 +353,12 @@ MANAGERS = ADMINS |
||
353 | 353 |
# or ...mail_managers. Make sure to include the trailing space. |
354 | 354 |
EMAIL_SUBJECT_PREFIX = u'[Pai2] ' |
355 | 355 |
|
356 |
+# Django-Admin Settings |
|
357 |
+DISABLE_ACTION = False |
|
358 |
+ |
|
359 |
+# Django-Logit Settings |
|
360 |
+DJANGO_LOGIT_ENABLED = True |
|
361 |
+ |
|
356 | 362 |
try: |
357 | 363 |
from local_settings import * |
358 | 364 |
except ImportError: |