Fuller docker config
[wolnelektury.git] / src / wolnelektury / settings / basic.py
index 5c86787..84503ed 100644 (file)
@@ -3,7 +3,7 @@
 #
 import os
 
-DEBUG = True
+DEBUG = os.environ.get('DEBUG', '')
 
 ADMINS = [
     # ('Your Name', 'your_email@domain.com'),