Skip to content

philipp-lein/explicit-architecture-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Explicit Architecture Example

🚀 A Django-based project following an explicit architecture.

This project is a simple demonstration of Explicit Architecture in Django. It showcases how to structure a Django application to separate concerns clearly and make the architecture explicit.

Features

  • Add a User via CLI: Add users directly from the command line using a custom management command.
  • Database Integration: User data is stored in a database with Django’s ORM.
  • Explicit Architecture: Focuses on clean code organization, making responsibilities clear and maintainable.

Quick Start ⚡

💡 Hint: This is the fastest way to get started with the project. It installs uv to setup python and python environment.

./make.sh init
./make.sh add_user --username=PythonDjangoLover

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published