Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 286 Bytes

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