From 9df18ab6aeb58deddd6ba749f49c62e527012507 Mon Sep 17 00:00:00 2001 From: Alice Poggioli <alice.poggioli@paca.happy-dev.fr> Date: Tue, 11 Aug 2020 11:59:17 +0200 Subject: [PATCH] patch --- source/import_documentation/install-sib-server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst index e35c7fd..057b278 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. -- GitLab