X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/44090c986d9a16f6913047c25319c446bb9308ad..67d93435e2d22c6e5a4b3e89037e3adefbcc3084:/events/__init__.py?ds=sidebyside 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')