/django-multiple-forms

Mixin and generic view for django CBV to display multiple forms on the same page.

Primary LanguagePython

django-multiple-forms

Mixin and generic view for django CBV to display multiple forms on the same page. Actually, it's not published anywhere, but you can treat it as a reference.

Description

This repository contains example how to use MultipleFormsMixin from this gist. It's a single page with 3 forms displayed, without styling for clarity. To start, run:

pip install -r requirements.txt
python manage.py runserver

MIT licence