Commit graph

7 commits

Author SHA1 Message Date
302ef16975
Add PostgreSQL configuration to .env.example
All checks were successful
Deploy to Server / deploy (push) Successful in 19s
2026-03-23 20:54:42 +01:00
d99579ed2b
Add Redis configuration, integrate Celery, and sort fields in models
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
2026-03-21 19:12:47 +01:00
7c4bb9acca
rip Docker, long live systemd 2026-02-21 06:05:07 +01:00
6842581656
Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
1002db68de Remove PostgreSQL config from .env.example
Deleted PostgreSQL-related environment variables from the example file
2025-10-13 02:13:58 +02:00
05465f548a Add PostgreSQL configuration 2025-07-30 03:21:55 +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