notes about the development
This commit is contained in:
parent
af6b5417ff
commit
7bfcb3f956
3 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
Event Man(ager)
|
||||
===============
|
||||
|
||||
Manage attendants at an event.
|
||||
Your friendly manager of attendees at a conference.
|
||||
|
||||
Notice
|
||||
======
|
||||
|
@ -10,6 +10,8 @@ No, this project is not ready, yet.
|
|||
|
||||
I'll let you know when I'm finished experimenting with it and you can contribute.
|
||||
|
||||
See the DEVELOPMENT.md file for more information about how to contribute.
|
||||
|
||||
|
||||
Technological stack
|
||||
===================
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Event Man(ager) database backend
|
||||
|
||||
Classes and functions used to manage events and attendants database.
|
||||
Classes and functions used to manage events and attendees database.
|
||||
|
||||
Copyright 2015 Davide Alberani <da@erlug.linux.it>
|
||||
RaspiBO <info@raspibo.org>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
"""Event Man(ager)
|
||||
|
||||
Your friendly manager of attendants at a conference.
|
||||
Your friendly manager of attendees at a conference.
|
||||
|
||||
Copyright 2015 Davide Alberani <da@erlug.linux.it>
|
||||
RaspiBO <info@raspibo.org>
|
||||
|
|
Loading…
Reference in a new issue