From c508cea45e2f2bc2580c148bc36ac9db0b9a8370 Mon Sep 17 00:00:00 2001 From: Alexandre Bourlier <alexandre@happy-dev.fr> Date: Thu, 15 Feb 2018 17:23:29 +0100 Subject: [PATCH] README - starting server --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ba31b3..2776f1f6 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ urlpatterns = [ This creates 2 routes, one for the list, and one with an ID listing the detail of an object. +## Execution +To start the server, `cd` to the root of your Django project and run : +``` +python3 manage.py runserver +``` + ## License -No licence yet. Please wait... \ No newline at end of file +No licence yet. Please wait... -- GitLab