- Created login and signup and django authentication for validate user.
- Created a homepage where you can see the auctions running now.
- You can add Auction from dashboard dropdown menu.
- You can view details for any auctions item.
- You can bid for any item. If you have already bidded for it, your latest bid will be updated if it is greater than the previous and current highest bid.
- Any bid will be acceptable if the auction is running and greater than the highest bid.
- You can see your old auctions and winners too. if no one bidded for it then there will nothing after your description.
It is used for getting current date.
It is for saving images into datatbase.
It is for WSGI HTTP server.
It is for showing static files in server