Skip to content

Commit

Permalink
Removed the now-unneeded ENABLED setting
Browse files Browse the repository at this point in the history
  • Loading branch information
bkonkle committed Nov 29, 2011
1 parent d7ae11c commit 0497cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
7 changes: 3 additions & 4 deletions perfo_analysis/conf/settings.py
@@ -1,4 +1,4 @@
# Import global settings to make it easier to extend settings.
# Import global settings to make it easier to extend settings.
from django.conf.global_settings import *

#==============================================================================
Expand Down Expand Up @@ -44,14 +44,14 @@

MEDIA_URL = '/uploads/'
STATIC_URL = '/static/'
ADMIN_MEDIA_PREFIX= STATIC_URL + 'admin/'
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'

STATIC_ROOT = os.path.join(VAR_ROOT, 'static')
MEDIA_ROOT = os.path.join(VAR_ROOT, 'uploads')

STATICFILES_DIRS = (
os.path.join(PROJECT_DIR, PROJECT_MODULE_NAME, 'static'),
# os.path.join(PROJECT_DIR, '..',
# os.path.join(PROJECT_DIR, '..',
# 'django-cms', 'cms' , 'media'),
)

Expand Down Expand Up @@ -175,7 +175,6 @@
}

DEBUG_LOGGING_CONFIG = {
'ENABLED': True,
'SQL_EXTRA': True,
'CACHE_EXTRA': True,
}
7 changes: 0 additions & 7 deletions perfo_analysis/urls_list.txt

This file was deleted.

0 comments on commit 0497cb1

Please sign in to comment.