'email_mangler',
'wlxml.apps.WlxmlConfig',
'alerts',
+ 'team',
)
if DEBUG:
LEGIMI_SMALL_PRICE = 7
LEGIMI_BIG_PRICE = 20
+THUMBNAIL_PRESERVE_FORMAT = True
+
STATICFILES_FINDERS = (
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
'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',