Génère une structure d’app Django automatiquement
Project description
create_django_app_irwin
📦 Génère automatiquement la structure de base d'une application Django avec une seule commande CLI (create-app), comme django-admin startapp.
🚀 Fonctionnalités
- ✅ Crée tous les fichiers essentiels :
models.py,views.py,apps.py,admin.py,tests.py,migrations/, etc. - ✅ Remplit chaque fichier avec le contenu minimal utilisé par Django
- ✅ Interface en ligne de commande simple et intuitive
- ✅ Compatible avec tous les projets Django modernes
📦 Installation
pip install create_django_app_irwin
💡 Utilisation
# Créer une nouvelle application Django
create-app blog
# Créer une application avec un nom différent
create-app mon_ecommerce
📁 Structure générée
Après avoir exécuté create-app blog, vous obtiendrez :
blog/
├── __init__.py
├── admin.py
├── apps.py
├── models.py
├── tests.py
├── views.py
└── migrations/
└── __init__.py
🛠️ Prérequis
- Python 3.7+
- Django 3.2+ (installé automatiquement)
🤝 Contribution
Les contributions sont les bienvenues ! N'hésitez pas à :
- Signaler des bugs
- Proposer de nouvelles fonctionnalités
- Soumettre des pull requests
📄 Licence
MIT License - voir le fichier (LICENSE) pour plus de détails.
🔗 Liens utiles
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
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 create_django_app_irwin-0.0.10.tar.gz.
File metadata
- Download URL: create_django_app_irwin-0.0.10.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb99929b1b703968d64dffc6fcef594456c88123bc451a57d12bd41ff78bf068
|
|
| MD5 |
b79f6cc49b56095a1ffd018aaac16c0c
|
|
| BLAKE2b-256 |
6e01232be73eee09dd30683776b9849614bfae8ad71c9b55161dd1e854e7cce2
|
File details
Details for the file create_django_app_irwin-0.0.10-py3-none-any.whl.
File metadata
- Download URL: create_django_app_irwin-0.0.10-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1b26e0d1c129cbb646815ae79fe08c79b6dc9ac6b6027fd012703420769f4f7
|
|
| MD5 |
31b24ea2ae0b383ff2d009e1183bff1e
|
|
| BLAKE2b-256 |
5489691ed9770b81486dc01ea8f3144af02548fa4a86e8a6c6546d21a31b5c19
|