This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
www-main/main.cfg.dist

15 lines
377 B
Plaintext

DATE_FORMAT = '%d-%m-%Y'
FEEDS = [
('redmine', 'https://redmine.hackerspace.pl/news.atom'),
('blog', 'https://blog.hackerspace.pl/feed/atom/'),
]
MAX_ENTRIES = 10
AT_API_URL = "https://at.hackerspace.pl/api"
OPEN_DAY_WEEKDAY = 4 # Thursday (according to %w of http://docs.python.org/2/library/time.html#time.strftime)
OPEN_DAY_BEGIN_HOUR = 18
SESSION_TYPE = filesystem