@@ -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.