Django auction project
View all the active listings available.
log in into existing account or create a new one.
View the categories of all the listings.
View the items on user's wishlist if the user is logged in.
Create a new listing by providing all the information. (Title, descrioption, starting bid)
Users can bid on item higher than last bid if it is available or bid on starting bid price.
Listing page has all the product information with time created. Users can also bid, add item to wishlist and add comments but only if they are signed in.