Recruitment_site/offer_backend/config
TianyangZhang f34b1cb000 feat: initialize Django backend project structure
Sets up Django 4.2 project skeleton with split settings (base/development),
JWT auth via simplejwt, DRF, CORS, PostgreSQL, Redis cache config, and
.gitignore. Apps (accounts, organizations, jobs, resumes, applications)
to be created in subsequent tasks.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-24 17:01:28 +08:00
..
settings feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
__init__.py feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
asgi.py feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
urls.py feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00
wsgi.py feat: initialize Django backend project structure 2026-03-24 17:01:28 +08:00