Skip to content
Snippets Groups Projects
Commit db9ccd35 authored by Sylvain Le Bon's avatar Sylvain Le Bon
Browse files

Merge branch 'master' of git.happy-dev.fr:happy-dev/djangoldp

parents 93990481 c508cea4
No related branches found
No related tags found
No related merge requests found
......@@ -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...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment