Skip to content

Commit 95bb233

Browse files
committed
Updated docker/settings_local.py
- Legacy-Id: 11428
1 parent 92a2b1c commit 95bb233

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

docker/settings_local.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import os
2+
13
SECRET_KEY = 'jzv$o93h_lzw4a0%0oz-5t5lk+ai=3f8x@uo*9ahu8w4i300o6'
24

35
DATABASES = {
@@ -18,10 +20,4 @@
1820
IDSUBMIT_STAGING_PATH = "test/staging/"
1921
INTERNET_DRAFT_ARCHIVE_DIR = "test/archive/"
2022

21-
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
22-
23-
MEDIA_ROOT = BASE_DIR + '/media/'
24-
MEDIA_URL = '/media/'
25-
26-
PHOTOS_DIRNAME = 'photos'
27-
PHOTOS_DIR = MEDIA_ROOT + PHOTOS_DIRNAME
23+
AGENDA_PATH = 'test/data/proceedings/'

0 commit comments

Comments
 (0)