Merge branch 'master' of gitea.fery.me:king/bookpfe

This commit is contained in:
Yann 2020-04-06 11:47:52 +02:00
commit 681dbb8be4

22
readme.md Normal file
View File

@ -0,0 +1,22 @@
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
- installation de django : https://docs.djangoproject.com/fr/3.0/intro/tutorial01/
- préparation du projet : https://docs.djangoproject.com/fr/3.0/intro/tutorial02/
- formulaire de recherche : https://docs.djangoproject.com/fr/3.0/intro/tutorial04/
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