Commit graph

27 commits

Author SHA1 Message Date
d0fb9a135c
Update Coverage to 7.13.2 2026-01-27 00:56:27 +01:00
34c7d80b88
Update dependencies 2026-01-24 22:06:44 +01:00
ada03da440
Update regex package version to 2026.1.15 and refresh wheel URLs 2026-01-16 01:06:29 +01:00
2b0b71cb08
Add more tests 2026-01-09 22:21:52 +01:00
99e7b40535
Refactor game ownership to support multiple organizations and update related logic 2026-01-09 21:57:37 +01:00
df2941cdbc
Fix owners not getting imported correctly 2026-01-09 21:47:52 +01:00
cfe2dd6682
Unignore .gitignore 2026-01-09 20:46:23 +01:00
1122ae5dc2
Debloat repo 2025-10-01 19:00:29 +02:00
d4f5dee2b9 Update packages 2025-09-18 03:50:54 +02:00
6751ae724d WIP: Download images 2025-09-16 20:31:23 +02:00
94752383b1 Use django-auto-prefetch 2025-09-13 00:36:22 +02:00
8f438aca2d Add ids to tags; use pygments to color JSON 2025-09-07 22:31:31 +02:00
c72533c14f Use PostgreSQL instead of Sqlite 2025-09-05 00:07:22 +02:00
6d5f014134 Make Owner optional; use dateparser to parse dates; use json-repair to read JSON 2025-09-01 21:50:38 +02:00
1a61f11512 Update dependencies in uv.lock
Bump orjson to 3.11.3, platformdirs to 4.4.0, types-pyyaml to 6.0.12.20250822, and typing-extensions to 4.15.0 to include the latest versions and fixes.
2025-08-29 03:07:21 +02:00
49664742ef Update import_drops command 2025-08-16 02:13:47 +02:00
5878ec186f Refactor import_drops command 2025-08-12 17:09:28 +02:00
f84b59cb4f Go back to sqlite 2025-08-07 01:01:46 +02:00
c447abc6fe Make HTML more simple 2025-08-02 04:03:28 +02:00
0dd8a5ec49 Add django_tables2 2025-08-01 22:18:20 +02:00
1a015f102c Refactor import command 2025-07-31 23:53:57 +02:00
cf1f78a813 Add Mypy to dependencies 2025-07-30 21:15:16 +02:00
547d4e6ab1 Debloat HTML 2025-07-24 01:27:31 +02:00
a0ecd2be37 Update asgiref package version to 3.9.1 and corresponding sdist and wheel URLs 2025-07-10 05:42:41 +02:00
96a159f691 Add environment configuration and email settings
- Created a new .env.example file for environment variable configuration including Django settings, email configurations, and common SMTP provider examples.
- Updated .vscode/settings.json to include additional words for spell checking.
- Enhanced config/settings.py to load environment variables using python-dotenv, added data directory management, and configured email settings.
- Updated config/urls.py to include debug toolbar URLs conditionally based on testing.
- Added pytest configuration in conftest.py for Django testing.
- Created core application with custom User model, admin registration, and migrations.
- Implemented tests for User model and admin functionalities.
- Updated pyproject.toml to include new dependencies for debugging and environment management.
- Updated uv.lock to reflect new package versions and dependencies.
2025-07-08 04:33:05 +02:00
004265cc2d Update dependency configuration in pyproject.toml and uv.lock for development packages 2025-07-08 01:40:17 +02:00
20bfc29ae1 Add initial project configuration files and Python version 2025-07-08 01:29:27 +02:00