Formulaire & carte pour recenser les aspirant-e-s connecté-e-s à un réseau radio.

opi b685e069d7 Use defaults object to save current coordinates. 10 years ago
assets b685e069d7 Use defaults object to save current coordinates. 10 years ago
views 2e02aa3ef5 Show the entered values when the form is displayed a second time and use bottle templates system. 10 years ago
README.md 1fdc6ba719 added documentation on how to run 10 years ago
TODO.md 0d28a006f9 Hello, Im a bugtracker 10 years ago
backend.py 2e02aa3ef5 Show the entered values when the form is displayed a second time and use bottle templates system. 10 years ago

README.md

Dependencies

We use bottle micro-framework.

 # apt-get install python-bottle

(current code works with debian-stable version of bottle)

or

$ pip install bottle

Running

$ ./backend.py

Then hit http://localhost:8080

To run in debug mode (auto-reload)

$ DEBUG=1 ./backend.py

Bottle will reload on source change, but not on template change if you're using an old version of bottle.