From f14db3fc98540d8f2f1587d85549552c4f596ae1 Mon Sep 17 00:00:00 2001
From: Alice Poggioli <alice.poggioli@paca.happy-dev.fr>
Date: Mon, 10 Aug 2020 16:15:13 +0200
Subject: [PATCH] how to acces you api

---
 source/import_documentation/install-sib-server.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst
index e0d33ac..e35c7fd 100644
--- a/source/import_documentation/install-sib-server.rst
+++ b/source/import_documentation/install-sib-server.rst
@@ -153,6 +153,7 @@ 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`
 
+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
 ========================
-- 
GitLab