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
cd
to it - Create a virtual environment called
venv
byvirtualenv venv
- Activate the virtualenv by
. venv/bin/activate
- Install all requirements inside the virtualenv by
pip install -r requirements.txt
- Edit
dash/config.py
to your needs - Run the server via
python dash/views.py