DEV Community

Ansif
Ansif

Posted on

How We Structured a Production Django HRMS for Docker Deployment

Sevendyne's engineering team spent a year building an HRMS for real office use. We restructured it for plug-and-play Docker deployment and released it under MIT. Here's the layout and how to run it locally.


Sections:

  1. Directory structure (config/settings/, apps/)
  2. docker-compose.yml walkthrough
  3. seed_demo_data for onboarding
  4. Contributor funnel (issues + PR template)
  5. Link: https://github.com/sevendyne/sevendyne_hrms

Top comments (0)