Remove machina, remove default cache config, add some upgrades and compatibility...
[wolnelektury.git] / src / wolnelektury / settings / static.py
index 66caafb..776b47f 100644 (file)
@@ -238,9 +238,3 @@ STATICFILES_FINDERS = [
     'pipeline.finders.CachedFileFinder',
     'pipeline.finders.PipelineFinder',
 ]
-
-
-from machina import MACHINA_MAIN_STATIC_DIR
-STATICFILES_DIRS = (
-    MACHINA_MAIN_STATIC_DIR,
-)