CLI para agregar soporte DDD a proyectos Django
Project description
DDD CLI
Este paquete agrega comandos personalizados a Django para facilitar la implementación de una arquitectura Domain-Driven Design (DDD).
Comandos disponibles
python manage.py ddd create-entity <app_path> <entity_name> [--split]python manage.py ddd create-service <app_path> <entity_name> <service_name> [--class-format] [--include-crud] [--split]python manage.py ddd create-repository <app_path> <entity_name> [--include-crud]python manage.py ddd create-dto <app_path> <dto_name> [--split]python manage.py ddd create-view-api-apiview <app_path> <entity_name>python manage.py ddd create-view-api-viewset <app_path> <entity_name>python manage.py ddd create-view <app_path> <entity_name>
Mostrar ayuda
python manage.py ddd --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ddd_cli-1.3.8.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ddd_cli-1.3.8.tar.gz.
File metadata
- Download URL: ddd_cli-1.3.8.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8d5d1eed0b3ab911be2bad6c93f5c8b2788c9ec7fc9a596d62016bc00b494f1
|
|
| MD5 |
c8d8f864e88f8ddd2dec8f222a9f1b69
|
|
| BLAKE2b-256 |
cd596114d36f8a3bb3a9a00e60db5db1afd4ab0960969d74db202b9dd55caa31
|
File details
Details for the file ddd_cli-1.3.8-py3-none-any.whl.
File metadata
- Download URL: ddd_cli-1.3.8-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c548b8b029d4435f7f23bcff521a4550fe6443b0658c0ba4ce5ded0903055a22
|
|
| MD5 |
b2ad77af79532536195867a6ae35ba95
|
|
| BLAKE2b-256 |
63cdc068f3adbf5914d7a743664e10cee3dcabd0c9fa3d9cd607b1bdd1139b35
|