Une app Django avec un formulaire de bienvenue simple
Project description
# form_util
**form_util** est une application Django réutilisable qui permet de générer et afficher facilement des formulaires dans vos projets Django.
---
## Fonctionnalités
- Intégration facile dans n’importe quel projet Django
- Génération de formulaire personnalisable
- Rendu HTML prêt à l’emploi avec templates inclus
---
## Installation
```bash
pip install form_util
Configuration
Ajoutez form_util dans INSTALLED_APPS de settings.py :
INSTALLED_APPS = [
...
'form_util',
]
🧠 Utilisation
Dans votre urls.py global :
from django.urls import include, path
urlpatterns = [
path('form/', include('form_util.urls')),
]
Demarer le serveur django
python manage.py migrate
python manage.py runserver
Accédez ensuite à http://localhost:8000/form/ pour voir le formulaire par défaut.
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
form_util-0.5.7.tar.gz
(4.5 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 form_util-0.5.7.tar.gz.
File metadata
- Download URL: form_util-0.5.7.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d95a7d432d47f28f4521034d3ef461f8e9d12feb42eaf9a63737be4d320e1c03
|
|
| MD5 |
37852233aadbea2eec89d0d4cb7539ee
|
|
| BLAKE2b-256 |
6e42b8d9bd5cbb6626ea7737fe3abf9ec8ed3c1f44d991fb2386f68b3c589388
|
File details
Details for the file form_util-0.5.7-py3-none-any.whl.
File metadata
- Download URL: form_util-0.5.7-py3-none-any.whl
- Upload date:
- Size: 4.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 |
72282b358b3800dd6d9a2d025a9ce83431026c71706a92e73d44ad37deb9d63b
|
|
| MD5 |
fde7b7016f72ac71d880c888448bc0a3
|
|
| BLAKE2b-256 |
ffc94fb032afed88f59e331a9f756fe62af6bf17a3de91d119e683de0e4d8756
|