lubomir / devconf-coding-challenge-webform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form to send the solutions to the Red Hat–DevConf.cz Coding Challenge

How to deploy:

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ export CODING_CHALLENGE_ADMIN_PASSWORD=<password>
$ python form.py serve

You can access the admin console at:

http://127.0.0.1:5000/admin/<password>/

About

License:MIT License


Languages

Language:HTML 72.1%Language:Python 27.9%