Update 'readme.md'

This commit is contained in:
king 2020-04-06 09:39:29 +00:00
parent f854a15af5
commit 5221df2854

View File

@ -10,4 +10,13 @@ Les fichiers importants sont :
- bookpfe/settings.py
- recherche/urls.py
- recherche/views.py
- recherche/templates/recherche/index.html
- recherche/templates/recherche/index.html
### Dépendance sous linux
apt install python3-pip
pip install django
### Lancement de l'application
python3 manage.py runserver