update doc

This commit is contained in:
Davide Alberani 2017-04-25 09:08:22 +02:00
parent ac41deef12
commit bb411616b0
4 changed files with 9 additions and 0 deletions

View file

@ -90,6 +90,12 @@ Technological stack
The web part is incuded; you need to install Node.js, Tornado, MongoDB and the pymongo module on your system (no configuration needed). The web part is incuded; you need to install Node.js, Tornado, MongoDB and the pymongo module on your system (no configuration needed).
Other projects
==============
Need something more sophisticated, that allows you to manage tickets to an event? Try [EventMan(ager)](https://github.com/raspibo/eventman)
License and copyright License and copyright
===================== =====================

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""I'll Be There, 2 (ibt2) - an oversimplified attendees registration system. """I'll Be There, 2 (ibt2) - an oversimplified attendees registration system.
Copyright 2016-2017 Davide Alberani <da@erlug.linux.it> Copyright 2016-2017 Davide Alberani <da@erlug.linux.it>

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""Monco: a MongoDB database backend """Monco: a MongoDB database backend
Classes and functions used to issue queries to a MongoDB database. Classes and functions used to issue queries to a MongoDB database.

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
"""ibt2 utils """ibt2 utils
Miscellaneous utilities. Miscellaneous utilities.