Un outil pour créer des applications Django similaires à django-admin startapp
Project description
Django App Generator Un outil en ligne de commande pour créer une structure d'application Django similaire à celle générée par django-admin startapp. Installation pip install django-app-generator
Utilisation Pour créer une nouvelle application Django, exécutez : django-create-app nom_application
Pour spécifier un répertoire cible : django-create-app nom_application --target-dir chemin/vers/repertoire
Structure générée L'outil crée les fichiers suivants :
init.py admin.py apps.py models.py tests.py urls.py views.py migrations/init.py
Prérequis
Python 3.6 ou supérieur
Licence MIT
Project details
Release history Release notifications | RSS feed
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 django_app_generator-0.1.0.tar.gz.
File metadata
- Download URL: django_app_generator-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
819c07ba8ddaab3dfe644fd945b55a87fba750664c65bb0ca8909b86b993db2c
|
|
| MD5 |
58c8447c89d1d4fe1cb5a61905f70dcd
|
|
| BLAKE2b-256 |
2592f21cc5d6bdb49d9580b117f44a69eb3f22e84cbc1324b7818d032398a73e
|
File details
Details for the file django_app_generator-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_app_generator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 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 |
b0ae7f0d7673fb5f3a16e8936fd457f5f95d3bdce87ceb402ac1b2cc4527926a
|
|
| MD5 |
0eec38aa37a2a97e9233fb49e0f14fd2
|
|
| BLAKE2b-256 |
cf71ba1a5f75331d05b316e9b0abedd0e0bf081a85317987168be4e5e0938d1d
|