django-fobi/examples/simple/foo
2016-11-17 00:07:06 +01:00
..
management prepare 0.8.6; functional improvements of the slider plugin; 2016-10-21 00:19:59 +02:00
templates/foo prepare 0.6.2; make it simple to render list of fobi forms on any page 2015-12-22 00:15:51 +01:00
__init__.py initial 2014-10-11 05:54:24 +02:00
fobi_form_callbacks.py prepare 0.10; added additional args to submit_plugin_form_data; added tests for mailchimp importer plugin; moving plugins to base submodules, having them only registered in fobi_form_elements submodule; disable google analytics in tests; helper scripts updated; multiple pep8 fixes; minor fixes 2016-11-17 00:07:06 +01:00
models.py prepare 0.8.6; functional improvements of the slider plugin; 2016-10-21 00:19:59 +02:00
README.rst prepare 0.8.6; functional improvements of the slider plugin; 2016-10-21 00:19:59 +02:00
urls.py prepare 0.8.6; functional improvements of the slider plugin; 2016-10-21 00:19:59 +02:00
views.py prepare 0.8.6; functional improvements of the slider plugin; 2016-10-21 00:19:59 +02:00

===
foo
===
A general purpose example app that:

- Shows how to make a form callback.
- Contains a sample endpoint for testing the HTTP repost form handler plugin.
- Contains a management command for creating a test form data (to be used
  in tests).