A reusable Django app with a dynamic formulaire
Project description
formulaire_app
Un outil CLI pour générer des applications Django réutilisables dans n’importe quel projet.
Quick start
Add “formulaire_app” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...,
"formulaire_app",
]
Include the app URLconf in your project urls.py like this:
path("formulaire_app/", include("formulaire_app.urls")),
Installation
pip install formulaire_app
## Utulisation
generate_formulaire_app nom_de_lapp
python manage.py migrate
python manage.py runserver
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
formulaire_app-0.2.2.tar.gz
(7.9 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 formulaire_app-0.2.2.tar.gz.
File metadata
- Download URL: formulaire_app-0.2.2.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e773e1cd0f1414b682e30e6934f51e36c956918811293652020152a9dbbead0
|
|
| MD5 |
c47b1b38cf2589f65e0d5b4b0ea1d752
|
|
| BLAKE2b-256 |
6412e14164efa95cca6f4808543e5877790b732d1e633dcaa056cca41f1925e3
|
File details
Details for the file formulaire_app-0.2.2-py3-none-any.whl.
File metadata
- Download URL: formulaire_app-0.2.2-py3-none-any.whl
- Upload date:
- Size: 11.1 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 |
7a99e96ddd2966552296e92987de66e278fc1140c892616bea44eb7788adfe8b
|
|
| MD5 |
241b8713e90ec8a86fc6c4b97528bb5a
|
|
| BLAKE2b-256 |
6c12981daee4399f7990ac89f0d27799fb8c31c6d74558af053fdb802980def1
|