fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
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
--- 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')