This source code contains the registration process for KLM Europatreffen 2016. It contains an application for web2py.
After installation it provides two URIs, one for users to register the other for administrators.
/et2016/default/create
/et2016/orga/list
- Install web2py
- copy the
et2016
folder inapplications
directory - copy
et2016/models/0_login_example.py
toet2016/models/0_login.py
and enter your db (sqlite or mysql), the credentials for the db and the credentials for your email provider. - enter your Piwik tracking code in `views/piwik.html'
See tests section
That's it.
Have fun.