X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/44090c986d9a16f6913047c25319c446bb9308ad..a133e0e8f7c0b89230c7520b2a56e2d7084ad29e:/events/__init__.py diff --git a/events/__init__.py b/events/__init__.py index e69de29..9de4ba2 100644 --- a/events/__init__.py +++ b/events/__init__.py @@ -0,0 +1,8 @@ +from prawokultury.helpers import AppSettings + + +class Settings(AppSettings): + BOX_LENGTH = 3 + + +app_settings = Settings('EVENTS')