X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/ce728e78bb55eb75753f40dc5cd0997a53e7dd27..522b9cc723548746eed1aea99905618e693f96e0:/events/__init__.py diff --git a/events/__init__.py b/events/__init__.py deleted file mode 100644 index 9de4ba2..0000000 --- a/events/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -from prawokultury.helpers import AppSettings - - -class Settings(AppSettings): - BOX_LENGTH = 3 - - -app_settings = Settings('EVENTS')