Skip to content

Commit

Permalink
[docs] Added troubleshooting section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh2801 committed Oct 29, 2018
1 parent 7857a7e commit 8bce3f9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,29 @@ Run the docker container:
.. code-block:: shell
  sudo docker run -it -p 8000:8000 openwisp/controller
Troubleshooting Steps
---------------------

You may encounter some issues while installing GeoDjango

Unable to load SpatiaLite library extension?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you are getting below exception::

django.core.exceptions.ImproperlyConfigured: Unable to load the SpatiaLite library extension

then, You need to specify ``SPATIALITE_LIBRARY_PATH`` in your ``settings.py`` as explained in
`django documentation regarding how to install and configure spatialte
<https://docs.djangoproject.com/en/2.1/ref/contrib/gis/install/spatialite/>`_.

Having Issues with other geospatial libraries?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please refer
`troubleshooting issues related to geospatial libraries
<https://docs.djangoproject.com/en/2.1/ref/contrib/gis/install/#library-environment-settings/>`_.

Talks
-----
Expand Down

0 comments on commit 8bce3f9

Please sign in to comment.