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.9.tar.gz
(5.1 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.9.tar.gz.
File metadata
- Download URL: ddd_cli-1.3.9.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
562d3ffa7456631c59267e27b39fdb7464c22a276b3946534f81995390891ae0
|
|
| MD5 |
0a93308699c0ab8fb506d9df5328f305
|
|
| BLAKE2b-256 |
c639264792a24b67ef48134db12f171439edf27ce85070e3891696ce486fa9ec
|
File details
Details for the file ddd_cli-1.3.9-py3-none-any.whl.
File metadata
- Download URL: ddd_cli-1.3.9-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 |
2d9c720f0f395d6c228cf66c564596785a2590bb8f651d25deeed27dd7834563
|
|
| MD5 |
48ad0f43c870208a439eeaaa1147ca08
|
|
| BLAKE2b-256 |
078801eb190aeb3096fff40b51dcbe8c8dab8fcd069b136c344329ee90a82805
|