Skip to content

Releases: mezo-dev/mezo_backend_temp

Template Release v0.1

Choose a tag to compare

@mezo-dev mezo-dev released this 17 Dec 22:42

A Django backend starter template built to accelerate development while enforcing clean architecture and best practices from day one.

✨Features

Docker Support

  • Dockerized setup for consistent development and deployment
  • Simplifies environment configuration and onboarding

Custom User Model

  • Implemented a fully custom user model
  • Linked to a dedicated custom user manager for better control and extensibility

Configured Assets & Project Template

  • Preconfigured project structure and assets
  • Ready-to-use foundation for API-driven backends

Pre-commit Hooks

  • Added commonly used and recommended pre-commit hooks for Django projects
  • Helps maintain code quality, formatting, and consistency across the codebase

Justfile for Automation

  • Included a justfile to simplify and standardize common commands
  • Enables quick and readable shortcuts for development tasks

🎯Goals

  • Reduce repetitive setup work
  • Encourage Django best practices
  • Provide a clean, extensible foundation for production-ready backends