Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Lecture Model #37

Closed
svp19 opened this issue May 16, 2019 · 1 comment · Fixed by #43
Closed

Create a Lecture Model #37

svp19 opened this issue May 16, 2019 · 1 comment · Fixed by #43
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers SoI19

Comments

@svp19
Copy link
Member

svp19 commented May 16, 2019

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!

@svp19 svp19 added enhancement New feature or request good first issue Good for newcomers SoI19 labels May 16, 2019
@vedangj044
Copy link
Member

I would work on this.

@vedangj044 vedangj044 mentioned this issue May 21, 2019
3 tasks
@svp19 svp19 closed this as completed in #43 May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers SoI19
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants