DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

USER STORY: Profile Model #13

Closed DarrachBarneveld closed 9 months ago

DarrachBarneveld commented 9 months ago

As a developer, I can create data model classes for profile so that structure my data effectively develop relationships between each type

Acceptance Criteria:

  1. Each model is planned out with necessary fields
  2. Each model is named according to its function
  3. Model relationships are clearly stated with FK or M2M relationships

Tasks

DarrachBarneveld commented 9 months ago

Profile model created and linked to all auth user model through signal. Relationship in admin set