X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/c7d2e4daae13c7c1100ec0d42ace0e8c34b5ae24..0678dd50bd89ef1ad0f0d95c1e7907e31187a0d3:/src/archive/settings.py diff --git a/src/archive/settings.py b/src/archive/settings.py index 5c8e5f1..77a8cbe 100644 --- a/src/archive/settings.py +++ b/src/archive/settings.py @@ -36,13 +36,6 @@ except AttributeError: "archive/final")) -# here the app keeps temporary build files -try: - BUILD_PATH = settings.ARCHIVE_BUILD_PATH -except AttributeError: - BUILD_PATH = os.path.abspath(os.path.join(settings.MEDIA_ROOT, - "archive/build")) - UPLOAD_URL = getattr( settings, 'ARCHIVE_UPLOAD_URL', @@ -55,10 +48,6 @@ try: except AttributeError: PROJECT = 'Wolne Lektury' -try: - LICENSE = settings.ARCHIVE_LICENSE -except AttributeError: - LICENSE = 'http://creativecommons.org/licenses/by-sa/3.0/deed.pl' try: ORGANIZATION = settings.ARCHIVE_ORGANIZATION