Skip to main content

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

create_django_app_irwin-0.0.12.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

create_django_app_irwin-0.0.12-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file create_django_app_irwin-0.0.12.tar.gz.

File metadata

  • Download URL: create_django_app_irwin-0.0.12.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for create_django_app_irwin-0.0.12.tar.gz
Algorithm Hash digest
SHA256 67a34012776eb1e67aafa379ab4075ca123f8568d7d37a1dcfcff6b84dac06e8
MD5 abfd33f0ad18e096e9aacc8db817c77b
BLAKE2b-256 3b6a0a186e07cc2aa1d54df5e63bf64d983ea79c55a8650d65239af1c8bb069e

See more details on using hashes here.

File details

Details for the file create_django_app_irwin-0.0.12-py3-none-any.whl.

File metadata

File hashes

Hashes for create_django_app_irwin-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 bfb2d4321719223107ff33a4219929f8300cc28cd82e3790ee338aa6bf13df3d
MD5 bf51514de90f3bfb89e26e4119aa5fce
BLAKE2b-256 33eeccc0babab6ae67ec582b8b24a33ceeab2c40177e8bb89cdacc8d3f5d7924

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page