django-fobi/examples/simple/override_simple_theme
2016-11-17 00:07:06 +01:00
..
static/override_simple_theme documentation improvements: exaplain how to override/reuse an existing theme 2014-10-14 23:57:50 +02:00
templates/override_simple_theme prepare 0.4.30; add submitted files as attachments to the email (in mail plugin); minor fixes; documentation additions (info about rendering forms using thord-party form rendering libraries) 2015-03-23 00:21:13 +01:00
__init__.py documentation improvements: exaplain how to override/reuse an existing theme 2014-10-14 23:57:50 +02:00
fobi_themes.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
README.rst prepare 0.4.29; add decimal, float, ip_address, null_boolean, regex, slug, time fields; improve datetime, date, integer, select_multiple and select_multiple_model_objects fields and the db_store handler; start using simplejson package in favour of the stdlib json (for better serialisation) 2015-03-21 02:55:10 +01:00

=====================================
Example app
=====================================
Example app that shows how to override a theme. Also a great example of
how to render `django-fobi` forms using the famous `django-crispy-forms`
package.