Skip to main content

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 seveur django

python manage.py runserver

Accédez ensuite à http://localhost:8000/form/ pour voir le formulaire par défaut.


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

form_util-0.5.6.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

form_util-0.5.6-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file form_util-0.5.6.tar.gz.

File metadata

  • Download URL: form_util-0.5.6.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for form_util-0.5.6.tar.gz
Algorithm Hash digest
SHA256 80e24ab283d1d6484db0f0dc3f21e9d735965df414885fe7e63abd7284c89bec
MD5 8c3a1e878f1b9780e97973ac16e504b7
BLAKE2b-256 5374088416d30abe763374f0bd20b5af743fdc717beb6738c163447d032e36ab

See more details on using hashes here.

File details

Details for the file form_util-0.5.6-py3-none-any.whl.

File metadata

  • Download URL: form_util-0.5.6-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

Hashes for form_util-0.5.6-py3-none-any.whl
Algorithm Hash digest
SHA256 03bd6ae3f327a9df6d094c4cf972ce8e4654f712dbdd3be01d985eb86bed785a
MD5 1c0d36d3376bb2eecd1ed385e60edddf
BLAKE2b-256 f001d96854dffb7a26e922b5b624a4d262aea26956c2ebb064938dde9765e1f5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page