-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: readd the development chapter, that was accidently removed
The development chapter was accidently removed in 5b107cc
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters