django-fobi/examples/simple/foo
2014-12-24 01:49:42 +01:00
..
management fixes in demo create user data 2014-10-11 14:08:09 +02:00
__init__.py initial 2014-10-11 05:54:24 +02:00
fobi_form_callbacks.py initial 2014-10-11 05:54:24 +02:00
models.py initial 2014-10-11 05:54:24 +02:00
README.rst prepare 0.4.7; fix broken imports in CAPTCHA in ReCAPTCHA plugins; temporary left out the cloneable column from dashboard templates; add more readme files to example project sub packages; documentation updates; updated the licensing information about 3rd party packages 2014-12-24 01:49:42 +01:00
urls.py initial 2014-10-11 05:54:24 +02:00
views.py initial 2014-10-11 05:54:24 +02:00

=====================================
Example app
=====================================
Gemeral 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).