Update 'readme.md'

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

View File

@ -11,3 +11,12 @@ Les fichiers importants sont :
- recherche/urls.py - recherche/urls.py
- recherche/views.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