Django 1.7, add Makefile
[prawokultury.git] / events / __init__.py
diff --git a/events/__init__.py b/events/__init__.py
deleted file mode 100644 (file)
index 9de4ba2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-from prawokultury.helpers import AppSettings
-
-
-class Settings(AppSettings):
-    BOX_LENGTH = 3
-
-
-app_settings = Settings('EVENTS')