diff --git a/README.md b/README.md index f4ba31b3e24a3d5e2107c39b4fb42c4037abee9f..2776f1f670485d90e978e991d7dfafb3758b3986 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...