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

Jocelyn Delande e0fe10960a saving to db ! 10 years ago
assets ef7c2f145f Rename 'ondragend' function. 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 e0fe10960a saving to db ! 10 years ago
TODO.md e0fe10960a saving to db ! 10 years ago
backend.py e0fe10960a saving to db ! 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.

Create the DataBase

$ python backend.py createdb

Drop the database

$ rm db.sqlite3

What else ?