Image chooser.
[redakcja.git] / src / redakcja / settings / __init__.py
index ecebe40..70512cb 100644 (file)
@@ -106,6 +106,7 @@ INSTALLED_APPS = (
     'email_mangler',
     'wlxml.apps.WlxmlConfig',
     'alerts',
+    'team',
 )
 
 if DEBUG:
@@ -124,6 +125,8 @@ LEGIMI_BIG_WORDS = 10000
 LEGIMI_SMALL_PRICE = 7
 LEGIMI_BIG_PRICE = 20
 
+THUMBNAIL_PRESERVE_FORMAT = True
+
 STATICFILES_FINDERS = (
     'django.contrib.staticfiles.finders.FileSystemFinder',
     'django.contrib.staticfiles.finders.AppDirectoriesFinder',
@@ -136,19 +139,19 @@ PIPELINE = {
     'CSS_COMPRESSOR': None,
     'JS_COMPRESSOR': None,
     'COMPILERS': (
-        'pipeline.compilers.sass.SASSCompiler',
+        'libsasscompiler.LibSassCompiler',
     ),
 
     # CSS and JS files to compress
     'STYLESHEETS': {
         'detail': {
             'source_filenames': (
+                'css/html.scss',
                 'css/master.css',
                 'css/toolbar.css',
                 'css/gallery.css',
                 'css/history.css',
                 'css/summary.css',
-                'css/html.scss',
                 'css/imgareaselect-default.css',
                 'css/dialogs.css',