Recruitment_site/offer_backend
TianyangZhang b19c29e24f fix: correct settings module references and code quality issues
- Fix asgi.py and wsgi.py to point to config.settings.development
- Move timedelta import to top of base.py (PEP 8)
- Add STATIC_ROOT to base.py
- Add Redis OPTIONS with timeout config
- Add dev-only comments for ALLOWED_HOSTS and CORS_ALLOW_ALL_ORIGINS
2026-03-24 17:05:36 +08:00
..
config fix: correct settings module references and code quality issues 2026-03-24 17:05:36 +08:00
.gitignore feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
manage.py fix: set default DJANGO_SETTINGS_MODULE to development 2026-03-24 17:03:11 +08:00
requirements.txt feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00