Skip to content

Commit

Permalink
docs: readd the development chapter, that was accidently removed
Browse files Browse the repository at this point in the history
The development chapter was accidently removed in
5b107cc
  • Loading branch information
b1rger committed Sep 26, 2024
1 parent 415a58b commit 005f975
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Development
===========

Dependencies
------------

* Django
* djangorestframework
* django-filter
* django-autocomplete-light
* django-cors-headers
* django-crum
* django-crispy-forms
* django-gm2m
* django-leaflet
* django-reversion
* django-tables2
* djangorestframework-csv
* djangorestframework-xml
* rdflib
* drf-spectacular
* requests
* SPARQLWrapper
* django-model-utils
* django-admin-csvexport

Used in the ``apis_labels`` and ``apis_vocabularies`` admin apps

* tablib

`You must have tablib installed in order to use the django-tables2 export functionality` -
the export functionality is used in the entities list view.

* apis-override-select2js

APIS overrides select2js to be able to provide autocomplete fields that also
integrate external sources. This package provides the patched Javascript
files - it has to be listed in ``INSTALLED_APPS`` *before*
``django-autocomplete-light`` packages.

* python-dateutil

Used in ``apis_entities.autocomplete3``
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Welcome to APIS's documentation!
configuration
customization
features
development
glossary

.. toctree::
Expand Down

0 comments on commit 005f975

Please sign in to comment.