Skip to content

Commit

Permalink
Amend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 6, 2020
1 parent d9ea19c commit 4fab973
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
5 changes: 0 additions & 5 deletions docs/addon_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ Addon configuration specification

``django-app-enabler`` support can be enabled by adding a :ref:`addon_json` to any django application
(see below for the structure).
Applications must ship conform to the following specification to be compatible with ``django-app-enabler``:

See :ref:`limitations` for limitations and caveats.

* they must ship an

.. _addon_json:

***********
addon.json
***********
Expand Down
19 changes: 14 additions & 5 deletions docs/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
Planned features
################

* More standard django settings than ``INSTALLED_APPS``
* Support extra-requirements
* Django settings splitted in multiple files
* Django urlconf splitted in multiple files
* Add external ``addon.json``
* `More standard django settings than INSTALLED_APPS <issue_5>`_
* `Support extra-requirements <issue_6>`_
* `Django settings splitted in multiple files <issue_7>`_
* `Django urlconf splitted in multiple files <issue_8>`_
* `Add external addon.json <issue_9>`_




.. _issue_5: https://github.com/nephila/django-app-enabler/issues/5
.. _issue_6: https://github.com/nephila/django-app-enabler/issues/6
.. _issue_7: https://github.com/nephila/django-app-enabler/issues/7
.. _issue_8: https://github.com/nephila/django-app-enabler/issues/8
.. _issue_9: https://github.com/nephila/django-app-enabler/issues/9

0 comments on commit 4fab973

Please sign in to comment.