X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c26ab6ee15974c1133a6d08c459b51199185f25f..d3a93004d1c30c99008cc44aebb7c1d7abce6c54:/wolnelektury/settings/static.py diff --git a/wolnelektury/settings/static.py b/wolnelektury/settings/static.py index 797433dcd..77aa92f28 100644 --- a/wolnelektury/settings/static.py +++ b/wolnelektury/settings/static.py @@ -5,6 +5,7 @@ from settings.paths import PROJECT_DIR # Example: "/home/media/media.lawrence.com/" MEDIA_ROOT = path.join(PROJECT_DIR, '../media/') STATIC_ROOT = path.join(PROJECT_DIR, 'static/') +SEARCH_INDEX = path.join(PROJECT_DIR, '../search_index/') # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases). @@ -33,7 +34,6 @@ COMPRESS_CSS = { 'css/book_box.css', 'css/catalogue.css', 'css/sponsors.css', - 'css/logo.css', 'css/auth.css', 'css/social/shelf_tags.css', @@ -56,7 +56,6 @@ COMPRESS_CSS = { }, 'book': { 'source_filenames': [ - 'css/logo.css', 'css/master.book.css', ], 'output_filename': 'css/book.min?.css',