diff options
-rw-r--r-- | devel/views.py | 2 | ||||
-rw-r--r-- | settings.py | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/devel/views.py b/devel/views.py index d61fde51..2c92906a 100644 --- a/devel/views.py +++ b/devel/views.py @@ -5,11 +5,9 @@ from django.core import validators from archweb_dev.lib.utils import render_response from archweb_dev.packages.models import Package, Repo from archweb_dev.todolists.models import Todolist, TodolistPkg -from archweb_dev.settings import DATA_DIR from archweb_dev.lib.utils import validate from archweb_dev.devel.models import UserProfile from archweb_dev.news.models import News -from archweb_dev.settings import DATA_DIR from archweb_dev.devel.models import Donator, Mirror from django.http import HttpResponse from django.template import Context, loader diff --git a/settings.py b/settings.py index 18624adb..7051f0ca 100644 --- a/settings.py +++ b/settings.py @@ -12,7 +12,6 @@ MANAGERS = ADMINS # Full path to the data directory DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__)) -DATA_DIR = '%s/data' % DEPLOY_PATH # Local time zone for this installation. All choices can be found here: # http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE |