A reusable Django app with a dynamic formulaire
Project description
formulaire_app
Une application Django prête à l'emploi pour créer, afficher et gérer des formulaires personnalisés.
============
formulaire_app
============
formulaire_app est une application Django réutilisable permettant d'ajouter rapidement des formulaires dynamiques à n'importe quel projet Django.
Fonctionnalités
- 📄 Création de formulaires personnalisés
- 🖼️ Templates prêts à l'emploi pour affichage rapide
- 🗃️ Sauvegarde des réponses utilisateur
- 🧩 Intégration simple via
INSTALLED_APPS - 🎨 Fichiers
static/ettemplates/inclus pour personnalisation facile
Installation
pip install formulaire-app
Quick start
-----------
1. Add "formulaire_app" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...,
'formulaire_app',
]
2. Include the formulaire_app URLconf in your project urls.py like this::
from django.urls import path, include
urlpatterns = [
...,
path('', include('formulaire_app.urls')),
]
3. Run ``python manage.py migrate`` to create the models.
4. Start the development server and visit the formular
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
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.3.tar.gz.
File metadata
- Download URL: formulaire_app-0.2.3.tar.gz
- Upload date:
- Size: 8.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 |
67bef836695a8c0072462e75cdf776c33d18809b85d5bc40ad050733ec805200
|
|
| MD5 |
fae3dbce8f893a15d13545f6b8b46424
|
|
| BLAKE2b-256 |
0acb0abf334336438bae04317e5a97639b44493872a77e648175f32c105c2ecb
|
File details
Details for the file formulaire_app-0.2.3-py3-none-any.whl.
File metadata
- Download URL: formulaire_app-0.2.3-py3-none-any.whl
- Upload date:
- Size: 11.5 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 |
62ac23afd70516ace4117cc4207fe312f4f3da11a3c1f8f0c89be4c6253b5449
|
|
| MD5 |
9fd41ac6362cceff4625eb2308306d09
|
|
| BLAKE2b-256 |
8b5f5b2fdd0b93d39a0aefed2749a0c7f6ee73eb234974a20a19093eaf52bbdc
|