diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst index e35c7fd57c4a5b7c16e9464a97a5ffc05a96d910..057b278faf089fd9fdc59b8d140504596b0eb2f1 100644 --- a/source/import_documentation/install-sib-server.rst +++ b/source/import_documentation/install-sib-server.rst @@ -151,7 +151,7 @@ Then go to `http://127.0.0.1:8000/admin/ <http://127.0.0.1:8000/admin/>`__ to ac Enter the identifier you've just created and you shoud see the Django admin. .. 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.