Skip to content
Snippets Groups Projects
Commit f14db3fc authored by Alice Poggioli's avatar Alice Poggioli
Browse files

how to acces you api

parent 617bc94a
No related branches found
No related tags found
1 merge request!19Enum dropdown radio solid-form-search
Pipeline #6906 passed
...@@ -153,6 +153,7 @@ Enter the identifier you've just created and you shoud see the Django admin. ...@@ -153,6 +153,7 @@ Enter the identifier you've just created and you shoud see the Django admin.
.. warning:: .. warning::
In some case, you could get this kind of error : `no such table: djangoldp_xyz_abc`. Enter this command to solve it : `python3 manage.py migrate --run-syncdb` In some case, you could get this kind of error : `no such table: djangoldp_xyz_abc`. Enter this command to solve it : `python3 manage.py migrate --run-syncdb`
You should be able to get you api at `http://localhost:8000/abc/` where abc is the model of data you want to get.
To update the installation To update the installation
======================== ========================
......
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