Metadata-Version: 2.1
Name: custom-app-creator
Version: 0.1
Summary: Un package Django pour créer rapidement des applications personnalisées.
Home-page: UNKNOWN
Author: AutoGen
Author-email: autogen@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENCE

# Custom App Creator

Un package Django pour créer rapidement des applications personnalisées avec :

- `models.py` préconfiguré
- `views.py` avec une vue d'index simple
- `urls.py` avec une route basique
- `admin.py` pour enregistrer les modèles
- `apps.py` configuré automatiquement
- Dossiers `templates/` et `static/` structurés

## Installation

```bash
pip install custom_app_creator


Pour créer une nouvelle application Django, lance la commande :

customapp nom_de_ton_app

