2020-04-06 11:47:36 +02:00
2020-04-06 11:22:59 +02:00
2020-04-06 11:22:59 +02:00
2020-04-06 11:22:59 +02:00
2020-04-06 09:39:29 +00:00

Attention, le Proof of concept (POC) a été fait pour python 3 et django 3

Ce POC a été fait en utilisant la documentation suivante

Les fichiers importants sont :

  • bookpfe/urls.py
  • bookpfe/settings.py
  • recherche/urls.py
  • recherche/views.py
  • recherche/templates/recherche/index.html

Dépendance sous linux

apt install python3-pip
pip install django

Lancement de l'application

python3 manage.py runserver
Description
Proof of concept d'un formulaire et de la récupération de la valeur saisie en Python3-Django
Readme 180 KiB
Languages
Python 92.4%
HTML 7.6%