zhannamatuzak / lizard-my-pet

CI PP4
1 stars 1 forks source link

User Story: Creating a Post as an Admin Detailed #10

Open zhannamatuzak opened 8 months ago

zhannamatuzak commented 8 months ago

As an ADMIN USER, I want the ability to create a new lizard(post) via the Django Admin Panel.


ECCEPTANCE CRITERIA:

✅Only users with admin privileges should have access to the Django Admin Panel. ✅ There should be a dedicated section in the Django Admin Panel for managing lizards(posts). ✅ Within the admin interface, there should be a form for creating a new lizards(post). ✅ The form should include fields for the lizard(post) written in the models.py file. ✅ Admins should be able to attach media (images) to the post using the form. ✅ Upon successfully submitting the form, the new post should be added to the platform.

zhannamatuzak commented 8 months ago

Admin interface with the form for creating a new lizards(post):

Image

zhannamatuzak commented 8 months ago

Choose and upload images:

Image

zhannamatuzak commented 8 months ago

Only users with admin privileges have access to the Django Admin Panel:

Image