TCP-Tech / mentorship-backend

Mentorship backend repository
3 stars 7 forks source link

Create "Team" Model in teams App #38

Open ayushgoswamiabr opened 1 year ago

ayushgoswamiabr commented 1 year ago

Refer here document for "Team" model creation in teams/models.py

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

Refer to Team table in the pdf for this model.

Also generate the migrations for this app.