example-inline-formsets
                                
                                 example-inline-formsets copied to clipboard
                                
                                    example-inline-formsets copied to clipboard
                            
                            
                            
                        Using Django inline formsets with Class-based Views and crispy-forms
Example MyCollections app
Using Django inline formsets with Class-based Views and crispy-forms
Installation
pip install -r requirements.txt
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
Development server runs at localhost:8000