TCP-Tech / mentorship-backend

Mentorship backend repository
3 stars 7 forks source link

Create "Mentee" model under "users" app #17

Open sahil9001 opened 1 year ago

sahil9001 commented 1 year ago

Refer here document for "Mentee" model creation in users/models.py

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

Also generate the migrations for this app.

Kuntash commented 1 year ago

Not able to push to my remote branch:

Reason: Permission denied. Please provide the access to submit the required PR.

sahil9001 commented 1 year ago

Can you check now?

animesh288 commented 1 year ago

Hey, can you assign me this issue