An open API service indexing awesome lists of open source software.

https://github.com/zxenia/example-inline-formsets

Using Django inline formsets with Class-based Views and crispy-forms
https://github.com/zxenia/example-inline-formsets

crispy-forms django inline-formsets

Last synced: 9 months ago
JSON representation

Using Django inline formsets with Class-based Views and crispy-forms

Awesome Lists containing this project

README

          

# Example MyCollections app
Using Django inline formsets with Class-based Views and crispy-forms

## Installation

```bash
pip install -r requirements.txt
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
```
Development server runs at `localhost:8000`