This is a WIP, allowing hackathons that use MyMLH to see their registrations in any easy to use interface.
|
Registrants |
Stats |
- Python 2.7.6+
- virtualenv (
pip install virtualenv)
- Clone this repository and
cdto it - Create a virtual environment called
venvbyvirtualenv venv - Activate the virtualenv by
. venv/bin/activate - Install all requirements inside the virtualenv by
pip install -r requirements.txt - Edit
dash/config.pyto your needs - Run the server via
python dash/views.py