From f854a15af54a4d9cb7e76dc3cc3f460e809bd4a8 Mon Sep 17 00:00:00 2001 From: king Date: Mon, 6 Apr 2020 09:30:34 +0000 Subject: [PATCH 1/2] Add 'readme.md' --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 readme.md 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 From 5221df285475bb9cf681f64f3a41b09759a0e570 Mon Sep 17 00:00:00 2001 From: king Date: Mon, 6 Apr 2020 09:39:29 +0000 Subject: [PATCH 2/2] Update 'readme.md' --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cbe3ae9..997d09c 100644 --- a/readme.md +++ b/readme.md @@ -10,4 +10,13 @@ Les fichiers importants sont : - bookpfe/settings.py - recherche/urls.py - recherche/views.py -- recherche/templates/recherche/index.html \ No newline at end of file +- recherche/templates/recherche/index.html + +### Dépendance sous linux + + apt install python3-pip + pip install django + +### Lancement de l'application + + python3 manage.py runserver \ No newline at end of file