DEV Community

siddharth shukla
siddharth shukla

Posted on

Django 2.2 Dynamic data pass to view

Create a model

class Page():
id: int
name: str

Import to View

from .models import Page

Read Complete Blog: https://realprogrammer.in/django-dynamic-data-pass-to-view/

Youtube: https://youtu.be/-I2cH8l6NiA

Top comments (0)