Louibens / PP4-Free-Furniture-Ireland

0 stars 0 forks source link

USER STORY: DATABASE MODEL #14

Open Louibens opened 1 year ago

Louibens commented 1 year ago

As a developer I can create a database model so that site users can upload info and pictures of furniture

Louibens commented 1 year ago

Acceptance criteria: models represents the logical structure of the databases, including the relationships to other databases

Louibens commented 1 year ago

Tasks

  1. Create furniture app
  2. Create furniture model
  3. Import User model from django
  4. install Pillow image library
  5. Freeze requirements
  6. Update settings.py
  7. Makemigrations and migrate
  8. Register model in admin.py
  9. Install cloudinary and update env.py and settings.py