Louibens / PP4-Free-Furniture-Ireland

0 stars 0 forks source link

USER STORY: CREATE POST #3

Open Louibens opened 1 year ago

Louibens commented 1 year ago

As a registered user, I want to be able to easily post an item of furniture to the website in order to have it listed on the website for other users to see and comment on

Louibens commented 1 year ago

Acceptance criteria: User can add an item of furniture to the Offers page.

Louibens commented 1 year ago

Tasks

  1. Create templates folder in furniture app
  2. Create add_furniture.html and code form
  3. Create urls.py in furniture app
  4. Import required views
  5. Set up AddFurniture view class
  6. Create forms.py and import django forms
  7. Create Furniture form
  8. Set up urlpatterns in urls.py