X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/adbf44aae48c2a84efaf214b2541dc44f962ae44..620ca7a35fe42d7a1585c273ad463e0feacdf58b:/project/settings.py diff --git a/project/settings.py b/project/settings.py index aad5a882..5632527f 100644 --- a/project/settings.py +++ b/project/settings.py @@ -105,7 +105,7 @@ INSTALLED_APPS = ( ) REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books' -IMAGE_DIR = '/Users/zuber/Projekty/platforma/files/images' +IMAGE_DIR = 'images' try: from localsettings import *