From d7c012d82ea61e22c979d514f86e76933d6c5660 Mon Sep 17 00:00:00 2001 From: Charles ANTEUNIS <charles.anteunis@ensiie.fr> Date: Fri, 27 Sep 2019 15:21:20 +0200 Subject: [PATCH] Instructions pour lancer en local --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2189c08..6ad778f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # PIMA_grp4 +## Prérequis + +Installer Django : `pip install django` ou `python -m pip install django` + +## Lancement du site en local + +Lancez `python manage.py runserver` puis allez à localhost:8000/nutriform pour accéder au site. \ No newline at end of file -- GitLab