Skip to main content

CLI Django

Project description

mudey-django CLI

Ce package fournit une interface en ligne de commande (CLI) pour simplifier la génération de composants dans des projets Django.

Installation

Pour installer mudey-django, utilisez pip :

pip install mudey-django

Utilisation

Une fois installé, mudey-django peut être utilisé pour générer différents composants d'une application Django. Voici quelques exemples de commandes disponibles :

  • Créer une entité :
    mudey-django make:entity nom_application nom_modele
    
  • Créer un formulaire :
    mudey-django make:form nom_application nom_modele
    
  • Créer un modèle :
    mudey-django make:model nom_application nom_modele
    
  • Créer une vue :
    mudey-django make:view nom_application nom_modele
    
  • Créer des opérations CRUD pour une entité :
    mudey-django make:crud nom_application nom_modele
    

Assurez-vous d'avoir votre environnement Django configuré avant d'utiliser ces commandes.

Configuration requise

Ce package nécessite Python 3.x et les dépendances listées dans setup.py.

Contributions

Les contributions sont les bienvenues ! Si vous souhaitez améliorer ce package, n'hésitez pas à ouvrir une issue ou à proposer une pull request.

Auteurs

Ce package est maintenu par Espero-Soft Informatiques. Contactez-nous à contact@espero-soft.com pour toute question ou commentaire.

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

mudey-django-2.5.tar.gz (12.6 kB view hashes)

Uploaded Source

Built Distribution

mudey_django-2.5-py3-none-any.whl (17.7 kB view hashes)

Uploaded Python 3

Supported by

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