X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/2d1d955bb3b4a5ca4dad1153c062c9ab3b6319e7..ed988f2b33845617a5f2de3c5530a97b9d24aea4:/apps/archive/settings.py diff --git a/apps/archive/settings.py b/apps/archive/settings.py index ea42c15..a0db355 100755 --- a/apps/archive/settings.py +++ b/apps/archive/settings.py @@ -5,7 +5,7 @@ from django.conf import settings try: NEW_PATH = settings.ARCHIVE_NEW_PATH except AttributeError: - NEW_FILES_PATH = os.path.abspath(os.path.join(settings.MEDIA_ROOT, + NEW_PATH = os.path.abspath(os.path.join(settings.MEDIA_ROOT, "archive/new")) # here the application keeps its managed files