etihwnad / valpo-photo-roster

Flask app to generate a PDF photo roster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask app to generate photo rosters.

Dependencies

  • python3
  • flask
  • flask-WTF
  • rubber for compiling latex

sudo apt install python3-flask python3-flaskext.wtf rubber

export BB_USER=username
export BB_PASS=pass
export PHOTOROSTER_JPG_CACHE=/path/to/jpg/cache
export FLASK_APP=roster-app.py

# uncomment to keep uploaded files and temp files for debugging
#export PHOTOROSTER_KEEP_FILES=1

flask run

With Apache's mod_wsgi, start with roster-app.wsgi and roster-app.conf.

About

Flask app to generate a PDF photo roster

License:MIT License


Languages

Language:Python 67.2%Language:HTML 20.1%Language:TeX 12.7%