Commit graph

8 commits

Author SHA1 Message Date
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