Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.39 KB

README.md

File metadata and controls

68 lines (52 loc) · 1.39 KB

flask-nexttalk

  • Working in python2
  • Testing in python3 (fails gevent-socketio)

Instructions:

pip install -r requirements/dev_requirements.txt
python app.py

Lazy mode:

python auto_app.py

THEMES:

Add THEMES:

  1. Create a folder inside /theme
  • Must contain "static" and "templates" folder.
  1. select the theme at config.py
THEME="ep2017"
  1. check serve_static function in app.py has all needed app.route definitions

SPONSORS

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

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"

SETUP

Follow this tutorial

TODO

  • Why is ep2016 main branch? should not be master? change it idiot!
  • Automatically sync static/data/talks.json with internet

ACTIVE CONTRIBUTORS