Revision 284b8c5a

b/docs/source/install.rst
290 290
Initial Data
291 291
^^^^^^^^^^^^
292 292
In order to start using DjNRO you need to create a Realm record for your NRO along with one or more contacts linked to it. You can visit the Django admin interface (``https://<hostname>/admin``) and add a Realm (remember to set REALM_COUNTRIES in local_settings.py).
293
In DjNRO the NRO sets the environment for the institution eduroam admins. Therefore the NRO has to insert the initial data for his/her clients/institutions in the *Institutions* Model, again using the Django admin interface.
293
In DjNRO the NRO sets the environment for the institution eduroam admins. Therefore the NRO has to insert the initial data for his/her clients/institutions in the *Institutions* Model, again using the Django admin interface. As an alternative, you can copy your existing ``institution.xml`` to ``/path/to/djnro`` and run the following to import institution data::
294

  
295
		./manage.py parse_instituion_xml
294 296

  
295 297
Exporting Data
296 298
^^^^^^^^^^^^^^^

Also available in: Unified diff