Recruitment_site/offer_backend/config/settings
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
..
__init__.py feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
base.py fix: correct settings module references and code quality issues 2026-03-24 17:05:36 +08:00
development.py fix: correct settings module references and code quality issues 2026-03-24 17:05:36 +08:00