removing zip pacjes in Book/BookMedia + test
[wolnelektury.git] / wolnelektury / settings.py
index e0f740f..826d111 100644 (file)
@@ -243,6 +243,8 @@ BROKER_USER = "guest"
 BROKER_PASSWORD = "guest"
 BROKER_VHOST = "/"
 
+USE_CELERY = True
+
 # Load localsettings, if they exist
 try:
     from localsettings import *