You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every Course has a bunch of lectures and it is this model that Crispy directly deals with.
Create a LectureModel in admin/models.py
Some of the fields it might have:
Lecture No.
Title
Live Transcript(textfield)
Summary(textfield)
Tags
OneToOne Field to Course model
Feel free to add more!
The text was updated successfully, but these errors were encountered:
Every Course has a bunch of lectures and it is this model that Crispy directly deals with.
Create a
LectureModel
inadmin/models.py
Some of the fields it might have:
Feel free to add more!
The text was updated successfully, but these errors were encountered: