Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 295 Bytes

Django formset examples for handling multiple forms dynamically

How to Run

  • python3.12 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver