TCP-Tech/mentorship-backend

Create "Question" model under "questions" app

Closed this issue · 2 comments

Refer here document for "Question" model creation in questions/models.py

Avoid using prefix of table name in the table fields. For eg. In the PDF if "question_name" is written then use it as "name" only.

Refer to DSA_Q table in pdf for the model.

Also generate the migrations for this app.

Hey, can you assign me this issue