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 details)

Uploaded Source

File details

Details for the file django-formalizr-1.tar.gz.

File metadata

  • Download URL: django-formalizr-1.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-formalizr-1.tar.gz
Algorithm Hash digest
SHA256 ab2ab84d25ae8529930b9e33e7c1513b70e4acd74e73d3662c9e791c4eeaab42
MD5 904e0f34da716ec7baf61ba3142cca8b
BLAKE2b-256 8a218af192fb570925be15730af840b6ec991d2fd24601166c6d8ea9b7155baa

See more details on using hashes here.

Supported by

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