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
- Host: GitHub
- URL: https://github.com/zxenia/example-inline-formsets
- Owner: zxenia
- Created: 2019-02-13T20:12:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:36:29.000Z (about 3 years ago)
- Last Synced: 2023-02-28T12:15:57.342Z (about 3 years ago)
- Topics: crispy-forms, django, inline-formsets
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 58
- Watchers: 4
- Forks: 34
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`