An open API service indexing awesome lists of open source software.

https://github.com/consbio/tablo

A PostGIS table to feature service app for Django.
https://github.com/consbio/tablo

Last synced: about 1 year ago
JSON representation

A PostGIS table to feature service app for Django.

Awesome Lists containing this project

README

          

This is the documentation folder for Tablo. In order to manually build the documentation, you will need to
pip install the following libraries (these are not included as dependencies, since they are only required for
building the documentation):

sphinx
sphinx-autobuild
sphinx-rtd-theme
django-extensions

You will also need to set your DJANGO_SETTINGS_MODULE to the settings.py file in this directory. Sphinx needs to load
the files in order to process them, so it needs to have the required Django setup in order to do this.

Once that is set, from this directory, run:
make html

This will create the documentation files under the _build directory.

To generate the tablo-data-model you will need to install everything needed for django-extensions, graph-model
and then run the following command from the docs directory:

django-admin.py graph_models tablo -X TemporaryFile -x TemporaryFile -o _static/images/tablo-data-model.png