mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| management | ||
| templates/foo | ||
| __init__.py | ||
| fobi_form_callbacks.py | ||
| models.py | ||
| README.rst | ||
| urls.py | ||
| views.py | ||
=== 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).