Commit Graph

28 Commits

Author SHA1 Message Date
61b6c1c55f Set default logger to WARNING, add games handler at INFO 2025-03-22 20:52:39 +01:00
3e713a7637 Switch PRAGMA synchronous back to FULL
I had some data loss when restarting a container shortly after a database change, let's see if this prevents it.
2025-02-09 08:56:24 +01:00
2f4e16dd54 Improve database concurrency 2025-01-30 16:53:30 +01:00
6f62889e92 Improve price information 2025-01-30 16:38:13 +01:00
19676f8441 Implement converting prices ()
Reviewed-on: 
2024-11-11 16:36:57 +00:00
f8d621e710 fix stat dropdown 2024-10-16 18:31:12 +02:00
b8258e2937 replace slippers with django-cotton
main reason: slippers cannot pass request via context inside its
components, making it annoying to use template takes that take request.
more reasons: not actively worked on, no named slots, having to define
components in components.yaml + new components do not get registered
without restarting server
2024-09-02 17:43:41 +02:00
2fd44c1f53 separate views out 2/2 2024-08-12 21:52:26 +02:00
6a5dc9b62c even more formatting 2024-08-08 15:08:50 +02:00
ba44814474 Improve game links 2024-07-09 19:40:47 +02:00
cd804f2c77 Sort url paths 2024-06-03 18:18:58 +02:00
081b8a92de Require login by default 2024-02-09 22:03:24 +01:00
aa669710e1 Change update_session to template partial 2024-01-10 14:10:13 +01:00
d1c3ac6079 Revert "Move GraphQL to separata app"
This reverts commit 6ac4209492.
2023-11-30 17:35:44 +01:00
cb380814a7 Move GraphQL to separata app 2023-11-30 17:35:44 +01:00
5ef8c07f30 Initial working API 2023-11-30 17:35:44 +01:00
c55fbe86b5 Support HTMX with Django Debug Toolbar 2023-11-21 16:59:21 +01:00
0e93993498 Add django-debug-toolbar 2023-11-21 14:42:37 +01:00
171e4779a3 Move static files in prod 2023-11-16 16:27:41 +01:00
6a495f951f Remove Django admin 2023-11-16 16:27:41 +01:00
667b161fff Remove deprecated USE_L10N 2023-11-10 21:37:13 +01:00
d6fb16bb74 Make navigation more compact 2023-11-02 09:52:42 +01:00
a4b13eb247 allow admin in prod 2/2 2023-09-17 14:12:23 +02:00
2307fac83a allow admin in prod 2023-09-17 14:03:46 +02:00
ffa8198540 allow django admit 2023-09-16 18:17:36 +02:00
a3042caa20 Use date and datetime inputs
Properly implements 4d91a76513
2023-02-20 21:33:15 +01:00
4892218c83 Show only last 30 days on homepage
Fixes 
2023-01-30 22:16:28 +01:00
56e5dfaa03 Rename project, part 2 ()
Reviewed-on: 
2023-01-20 13:37:46 +00:00