Un générateur automatique d’applications Django
Project description
DjangoAppGen
DjangoAppGen est un générateur automatique d’applications Django. Il vous permet de créer rapidement la structure d’une app Django complète, prête à l’emploi, avec tous les fichiers essentiels déjà configurés.
Fonctionnalités
- Création rapide d'une application Django
- Génération automatique des fichiers :
models.pyviews.pyforms.pyurls.pyadmin.pytests.py
- Ajout automatique au
INSTALLED_APPS - Interface en ligne de commande simple et rapide
- Personnalisation possible de la structure
Installation
Assurez-vous d’avoir Python ≥ 3.7 installé.
pip install djangoappgen
## Utilisation
Pour générer une nouvelle application Django, utilisez la commande suivante :
```bash
python -m djangoappgen.generator nom_de_votre_app
Exemple:
python -m djangoappgen.generator acceuil
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djangoappgen-0.1.1.tar.gz
(4.5 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 djangoappgen-0.1.1.tar.gz.
File metadata
- Download URL: djangoappgen-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89f1ef70ef617cb365da047b95eabcbd26bff1257850683ea819f44276e83b81
|
|
| MD5 |
b46b459b7af7b6634d065d8466bca7f2
|
|
| BLAKE2b-256 |
782719d7f6bbdd10bf94b74befaeea2fa8d1d46c64de3d43e6eeaa5a21885a31
|
File details
Details for the file djangoappgen-0.1.1-py3-none-any.whl.
File metadata
- Download URL: djangoappgen-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3753a19f3645709d332a470472c286739ece470f237683de8854da91c1196ce1
|
|
| MD5 |
3456d0ca1c9a8c3f16b470a9f28734f3
|
|
| BLAKE2b-256 |
a8139c4e25e934d6dc3662eca91abee3c09cd7e041ab2ca69a3dc079fe400fbb
|