django-fobi/examples/simple/foo
2020-01-11 02:11:28 +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 added auto form mail common form callback 2017-12-19 14:46:34 +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 Remove compap schemes 2020-01-11 02:11:28 +01: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).