Un générateur de structure d'app Django améliorée
Project description
# startapp_plus
**startapp_plus** est un générateur de structure améliorée pour les applications Django.
Il permet de créer une arborescence propre et complète avec modèles, vues, templates, statiques, etc.
---
## Installation
```bash
pip install startapp-plus
Utilisation
startapp_plus mon_super_app
Cela génère une structure de base comme :
mon_super_app/
├── admin.py
├── apps.py
├── models/
├── views/
├── urls.py
├── templates/
├── static/
├── migrations/
├── tests.py
└── __init__.py
Fonctionnalités
- Structure améliorée pour une meilleure organisation
- Génération automatique des fichiers courants :
urls.py,apps.py,admin.py,tests.py, etc. - Prise en charge des templates et fichiers statiques
- Prise en charge des noms en CamelCase et snake_case
Auteur
Développé avec ❤️ par Prince Axel 📧 axelvianney49@gmail.com
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
startapp_plus-2.6.tar.gz
(4.1 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 startapp_plus-2.6.tar.gz.
File metadata
- Download URL: startapp_plus-2.6.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4d051fe15f5a3ff415b2b5396e60aadb05271e2c46b935d754492f0d6447541
|
|
| MD5 |
497e16b09e6a2e67c9b599dc0e639cbc
|
|
| BLAKE2b-256 |
05972c9bb83a3cd588b53aadb7eb70cd483f0ca23f029521b2b1892fee6ca110
|
File details
Details for the file startapp_plus-2.6-py3-none-any.whl.
File metadata
- Download URL: startapp_plus-2.6-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 |
ff0fffdd7f68be8761af80542f9d3a95814f69aaa09aa3a4285ce356fd2813dd
|
|
| MD5 |
806b83eedb8a6fb7d6f2a7e006f3646c
|
|
| BLAKE2b-256 |
2d10652edc44dc2c279e783006cf9f86f9f2e491d27f39af32028ba2e2646304
|