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.0.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.0.tar.gz.
File metadata
- Download URL: djangoappgen-0.1.0.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 |
7672d25ec4b51afb635ffaa771b07031b9dd64e7be13faccb757a7a5503378c8
|
|
| MD5 |
87406804fa1e4acd40d03c753125217e
|
|
| BLAKE2b-256 |
750751d4d0d4cb98f16dc026fd197a79834a40396d679deefe34d573eb53b36c
|
File details
Details for the file djangoappgen-0.1.0-py3-none-any.whl.
File metadata
- Download URL: djangoappgen-0.1.0-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 |
abb7cfe6ad27954d676bc13d4a43ebaa7b0f7d0e2485229e1cd73915f62fe16f
|
|
| MD5 |
03de5fb5352d50cc523656f3c4131ca9
|
|
| BLAKE2b-256 |
3efd9b9655bbbb2f767f293cc7d5c19c9408ce6cd1f80b8da9f12705751e58f7
|