Browse Source

update doc

Davide Alberani 7 years ago
parent
commit
bb411616b0
4 changed files with 9 additions and 0 deletions
  1. 6 0
      README.md
  2. 1 0
      ibt2.py
  3. 1 0
      monco.py
  4. 1 0
      utils.py

+ 6 - 0
README.md

@@ -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).
 
 
+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
 =====================
 

+ 1 - 0
ibt2.py

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

+ 1 - 0
monco.py

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

+ 1 - 0
utils.py

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