X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/998977e74882d0c12413d7bc08c8475a78afbf18..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 *