X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/38343a3fc11f5509c8522fec94c0ae7085b7244f..986cfa5cc52d555d414357aa0e87c9f5a9559ae1:/project/settings.py diff --git a/project/settings.py b/project/settings.py index ea7114d8..aad5a882 100644 --- a/project/settings.py +++ b/project/settings.py @@ -104,7 +104,8 @@ INSTALLED_APPS = ( 'explorer' ) -REPOSITORY_PATH = '/Users/zuber/Projekty/books/01' +REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books' +IMAGE_DIR = '/Users/zuber/Projekty/platforma/files/images' try: from localsettings import *