Commit Graph

22 Commits

Author SHA1 Message Date
ba34b2d647 black backend 2025-08-07 12:09:27 +02:00
684987dfd5 403 and 404 handlers 2025-08-07 12:04:50 +02:00
d32caa2c38 Store ingredients with stars in the DB 2025-08-06 22:22:46 +02:00
767b722025 Fix another CSRF issue
Also turn that DEBUG to False, just for shits & giggles
2025-08-06 21:42:31 +02:00
3474239727 Now with edits, delete confirmations
- and also a better alignment on actions
- and konami code that works before login
2025-08-06 19:12:44 +02:00
c219091c2c Add google sign-in
Also, try to be a bit more correct with CSRF and CORS.
It works on my machine.
2025-08-06 15:28:41 +02:00
d706ae1645 Fix planche generation issues 2025-08-05 20:58:51 +02:00
6a05e46946 Moving fast and breaking things
This is a first commit in preparation for 2.0

- now using prototempaltes™
- updated README
- makefile for some nice shortcuts
- add new tikettes
- remove tikettes

Things that don't work (yet)
- authentication on the main frontend (there is none)
- generating PDFs
2025-08-05 15:14:25 +02:00
f6ad73ef85 Remove old backend. Byebye. 2025-08-05 15:14:12 +02:00
e222962eee backend: add missing db migration 2025-08-04 16:33:43 +02:00
bbc59931e1 Fix borken thangs 2024-09-03 19:26:28 +00:00
b838c79cdb CSRF $#%?@!!. Also konami to django admin 2023-08-03 20:11:45 +02:00
55711d68c1 backend: allow all hosts 2023-08-03 17:59:59 +02:00
2b539a45d2 Set subs per product category 2023-07-03 20:52:43 +02:00
0d164a1f31 Now deployable 2023-07-03 19:56:32 +02:00
2395bc215d Backend LGTM 2023-07-03 16:56:58 +02:00
9a7ce60913 manage.py makemigrations 2023-07-03 16:38:35 +02:00
0bbe9d9fd9 First shot at a working backend 2023-07-03 16:36:23 +02:00
7ccfef49d5 Prepare new django-based backend
- django-admin startproject zetikettes
- python3 manage.py startapp tikette
2023-07-03 16:32:00 +02:00
a62ecd15d7 Fix dockerfile and add a quick test
See readme for instructions
2023-07-03 15:12:06 +02:00
09f3765f4f Move fonts to backend 2023-06-28 23:47:19 +02:00
5a2ce71f3c Small refactor into backend & frontend 2023-06-28 23:43:32 +02:00