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.
- Host: GitHub
- URL: https://github.com/consbio/tablo
- Owner: consbio
- License: bsd-3-clause
- Created: 2015-11-10T15:59:13.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T17:09:14.000Z (almost 5 years ago)
- Last Synced: 2024-08-12T03:06:35.305Z (almost 2 years ago)
- Language: Python
- Size: 479 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.txt
- License: LICENSE
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