X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/44090c986d9a16f6913047c25319c446bb9308ad..db44e1e509986909f100e7d1d03f2967d54cbc3d:/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')