-rw-r--r-- | .gitignore | 14L |
-rw-r--r-- | MANIFEST.in | 4L |
-rw-r--r-- | README.md | 57L |
-rw-r--r-- | requirements.md | 167L |
-rw-r--r-- | src/__init__.py | 42L |
-rw-r--r-- | src/admin.py | 106L |
-rw-r--r-- | src/auth.py | 94L |
-rw-r--r-- | src/db.py | 41L |
-rw-r--r-- | src/dispatch.py | 85L |
-rw-r--r-- | src/schema.sql | 86L |
-rw-r--r-- | src/static/css/bootstrap.min.css | 7L |
-rw-r--r-- | src/static/css/main.css | 41L |
-rw-r--r-- | src/static/img/favicon.png | 28303B |
-rw-r--r-- | src/static/img/login-background.jpg | 300754B |
-rw-r--r-- | src/templates/admin/panel.html | 72L |
-rw-r--r-- | src/templates/auth/change_password.html | 31L |
-rw-r--r-- | src/templates/auth/login.html | 25L |
-rw-r--r-- | src/templates/dispatch/dashboard.html | 113L |
-rw-r--r-- | src/templates/dispatch/interface.html | 98L |
-rw-r--r-- | src/templates/layout.html | 16L |
-rw-r--r-- | test.sh | 5L |