diff --git a/source/import_documentation/how-to-use-sib-server.rst b/source/import_documentation/how-to-use-sib-server.rst index 273d457bbf9ae9ab31c841e2f9b601db662a900c..b9503363b14bbaf2ca4fb3484825710344cf3388 100644 --- a/source/import_documentation/how-to-use-sib-server.rst +++ b/source/import_documentation/how-to-use-sib-server.rst @@ -1,10 +1,10 @@ How to use SiB server -#################### +#################### Once we've `install you server <install-sib-server.html>`__, we now are going to see how to use you it. Django references -.................. +------------------ As SiB server is a DjangoLDP server, you'll need some parts of Django documentation : * `The Django models documentation <https://docs.djangoproject.com/fr/2.2/topics/db/models/>`__ @@ -175,7 +175,7 @@ You could also only use this line in settings.py instead: ROOT_URLCONF = 'djangoldp.urls' -3. Set up your application +4. Set up your application ============================ In the settings.py file, add your application name at the beginning of the application list, and add the following lines @@ -203,7 +203,7 @@ In the settings.py file, add your application name at the beginning of the appli .. note:: More documentation about context is coming soon -4. Register your model in the Django administration +5. Register your model in the Django administration ====================================================== You can also register your model for the django administration site in admin.py. @@ -214,10 +214,9 @@ You can also register your model for the django administration site in admin.py. admin.site.register(Todo) -You then need to have your WSGI server pointing on - sibserver/sibserver/wsgi.py +You then need to have your WSGI server pointing on sibserver/sibserver/wsgi.py -5. Create a super user +6. Create a super user ======================== You will probably need to create a super user diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst index fd644c0115ecadbd43d28954b0e220f3476e23c1..178971fd8eca98d3d569ceb69cdce10178904b4e 100644 --- a/source/import_documentation/install-sib-server.rst +++ b/source/import_documentation/install-sib-server.rst @@ -50,6 +50,7 @@ Configure your LDP packages The configuration of the packages goes in packages.yml file in the ldppackages section. Those following ones are given as an example. Yours depend on what your app does. Here you have : + * `a list of all the package available <https://git.startinblox.com/djangoldp-packages/>`___ * `Explanation on how to make one <develop-sib-ldp-packages.html>`__