- Working in python2
- Testing in python3 (fails gevent-socketio)
pip install -r requirements/dev_requirements.txt
python app.py
python auto_app.py
Add THEMES:
- Create a folder inside /theme
- Must contain "static" and "templates" folder.
- select the theme at config.py
THEME="ep2017"
- check serve_static function in app.py has all needed app.route definitions
From ep2018 theme sponsors are added automatically if there are in the proper static folder. Folder can be changed in the config.py.
#DEFAULT VALUE
SPONSOR_IMAGES = "media/sponsors"
Social part is a IFRAME, should be hosted and created somewhere. Last year the social part was created and hosted by @patrick91
Source of the Iframe can be easily changed in the config.py file:
#There is no "working" default value.
SOCIAL_IFRAME_SRC = "http://your_url.com"
- Why is ep2016 main branch? should not be master? change it idiot!
- Automatically sync static/data/talks.json with internet
- @patrick91 : Social part
- @oiertwo : Code mantainer