Corban-Lee Jones 46fb0580b9 Change tickets to use Ajax over Template Syntax
The tickets are now loaded dynamically using ajax, instead of when the page loads using django template syntax.

This allows for dynamic reloading.
2024-01-05 16:45:52 +00:00
2024-01-04 21:58:11 +00:00
2024-01-05 12:06:50 +00:00
2024-01-03 09:22:43 +00:00
2024-01-04 21:58:11 +00:00
2024-01-03 09:22:43 +00:00
2024-01-03 09:22:43 +00:00
2024-01-03 09:22:43 +00:00
2024-01-05 15:08:24 +00:00
2024-01-05 00:12:13 +00:00

Contributing

Migrations

If facing migration errors, delete the contents of all migrations folders that are numerical (e.g. 0001_initial.py) and delete the db.sqlite3 database file. Note you will lose all data.

To get started:

  1. python manage.py makemigrations authentication
  2. python manage.py makemigrations home
  3. python manage.py migrate

Run the server

python manage.py runserver 0.0.0.0:8000

Access the website

http://localhost:8000

Description
No description provided
Readme 27 MiB
Languages
JavaScript 85.8%
CSS 11.9%
HTML 1.9%
Python 0.4%