Kindergarten reservation system
Django application
System enables to manage presense of childern in kindergarden as well as plan kindergarden capacity for each month.
There are two user types:
-
Teacher - needs to see capacity for each day, mark child as present, handle irregular changes. Teacher also needs to see list of childer, their parents and contact details.
-
Parent - needs to see, how many times his childern were missing, use potentially available slots for next days, have overview of missed days
This is Django application - standalone project. You need to
- adjust your settings (
from settings.base import *
and continue changing) - if used along with other django apps, needs to be add to
INSTALLED_APPS
When ever I sleep well and feel the urge, I may commit into master branch.
Just Django. Bootstrap is used as external lib.
See the LICENSE.md
file - this is open source software using MIT license.
Just use GitHub pull requests, drop me an e-mail.