mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 05:44:42 +00:00
prepare 0.2; docs updated
This commit is contained in:
parent
bdaeee1280
commit
a1cdde3097
2 changed files with 33 additions and 2 deletions
|
|
@ -20,6 +20,22 @@ fobi.contrib.plugins.form_handlers.db_store.apps module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
fobi.contrib.plugins.form_handlers.db_store.conf module
|
||||
-------------------------------------------------------
|
||||
|
||||
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.conf
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
fobi.contrib.plugins.form_handlers.db_store.defaults module
|
||||
-----------------------------------------------------------
|
||||
|
||||
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.defaults
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
fobi.contrib.plugins.form_handlers.db_store.fobi_form_handlers module
|
||||
---------------------------------------------------------------------
|
||||
|
||||
|
|
@ -28,6 +44,14 @@ fobi.contrib.plugins.form_handlers.db_store.fobi_form_handlers module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
fobi.contrib.plugins.form_handlers.db_store.helpers module
|
||||
----------------------------------------------------------
|
||||
|
||||
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.helpers
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
fobi.contrib.plugins.form_handlers.db_store.models module
|
||||
---------------------------------------------------------
|
||||
|
||||
|
|
@ -36,6 +60,14 @@ fobi.contrib.plugins.form_handlers.db_store.models module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
fobi.contrib.plugins.form_handlers.db_store.settings module
|
||||
-----------------------------------------------------------
|
||||
|
||||
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.settings
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
fobi.contrib.plugins.form_handlers.db_store.urls module
|
||||
-------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ Main features and highlights
|
|||
and Simple (in style of Django admin).
|
||||
- Implemented integration with FeinCMS (in a form of a FeinCMS Page widget).
|
||||
- Reordering of form elements using drag-n-drop.
|
||||
- Data export (``db_store`` form handler plugin) into XLS/CSV format.
|
||||
|
||||
Roadmap
|
||||
===============================================
|
||||
|
|
@ -65,8 +66,6 @@ Some of the upcoming/in-development features/improvements are:
|
|||
- Form importers (and as a part of it - MailChimp integration,
|
||||
which would allow to import forms from MailChimp into Fobi using
|
||||
a user-friendly wizard).
|
||||
- Export data for the `db_store` plugin which would allow to
|
||||
export saved form data as a CSV file.
|
||||
- Fieldsets.
|
||||
|
||||
See the `TODOS <https://raw.githubusercontent.com/barseghyanartur/django-fobi/master/TODOS.rst>`_
|
||||
|
|
|
|||
Loading…
Reference in a new issue