Skip to main content

Django AJAX Class Based Views

Project description

Django AJAX Class Based Views

Quick start

  1. Add “formalizr” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'formalizr',
    )
  2. Inherit your form views from formalizr.views.AjaxFormView:

    from formalizr.views import AjaxFormView
    
    class SampleFormView(AjaxFormView):
         form_class = SampleForm

Project details


Release history Release notifications | RSS feed

This version

1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-formalizr-1.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page