diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..cbe3ae9 --- /dev/null +++ b/readme.md @@ -0,0 +1,13 @@ +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 \ No newline at end of file