UNC BACS 350

Web Apps with Python/Django

Logo

Project 11 - Accordion & Tabs

Goals

Steps

Create a Superhero News website. Implement the these pages.

Home - Landing page with information about the website

List - Show list of heros as an Accordion view

Detail - Detail page show read-only details

Add - Add page allows logged in users to add a new hero

Edit - Edit page allows logged in users to edit an existing hero

Delete - Delete page allows logged in users to delete a hero

Requirements

Details provided later