fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of github.com:fnp/prawokultury
[prawokultury.git]
/
events
/
__init__.py
1
from prawokultury.helpers import AppSettings
2
3
4
class Settings(AppSettings):
5
BOX_LENGTH = 3
6
7
8
app_settings = Settings('EVENTS')