replace logo with png
[wolnelektury.git] / wolnelektury / settings / static.py
index 797433d..77aa92f 100644 (file)
@@ -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',