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.
- 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.
💡 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