django-fobi/examples/simple/foo
Artur Barseghyan 12df02e6bc
Feature/Add Django 4.1 support (#301)
* Django 4.1 support.
* Fix `NullBooleanField` DRF deprecation.
* Soft pin `importlib.metadata`
* Obtain `chromedriver-py` using `get-chromedriver-py`.
* Fix `selenium` deprecation errors.
* Use testing email backend.
* Install some linux deps in GitHub CI.
2022-11-29 00:34:04 +01:00
..
management Blackify and isortify 2022-07-12 22:53:28 +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 Blackify and isortify 2022-07-12 22:53:28 +02:00
models.py Blackify and isortify 2022-07-12 22:53:28 +02:00
README.rst prepare 0.8.6; functional improvements of the slider plugin; 2016-10-21 00:19:59 +02:00
urls.py Blackify and isortify 2022-07-12 22:53:28 +02:00
views.py Feature/Add Django 4.1 support (#301) 2022-11-29 00:34:04 +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).