mustafaakgul / django-formset-samples

Django formset examples for handling multiple forms dynamically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Django formset examples for handling multiple forms dynamically

License:MIT License


Languages

Language:Python 52.9%Language:HTML 44.8%Language:JavaScript 2.2%Language:CSS 0.1%