X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/44090c986d9a16f6913047c25319c446bb9308ad..5f107a833c00cf5a15ae7e6c2754262afe78fec7:/events/__init__.py?ds=inline

diff --git a/events/__init__.py b/events/__init__.py
index e69de29..300aa93 100644
--- a/events/__init__.py
+++ b/events/__init__.py
@@ -0,0 +1,8 @@
+from fnpdjango.utils.app import AppSettings
+
+
+class Settings(AppSettings):
+    BOX_LENGTH = 3
+
+
+app_settings = Settings('EVENTS')