Advance E-Auction System Using Python Django
Deepali Joshi1, Vivek Benbanshi2, Sayali Baviskar3, Pranesh Jadhav4
1Asst Prof Department of Computer Engineering & IETE’S Bharat College of Engineering
2 BE Department of Computer Engineering & IETE’S Bharat College of Engineering
3 BE Department of Computer Engineering & IETE’S Bharat College of Engineering
4 BE Department of Computer Engineering & IETE’S Bharat College of Engineering
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The Advanced E-Auction System developed in this project using Django offers a comprehensive platform for conducting online auctions, featuring both English and Dutch auction types. Leveraging the robust capabilities of the Django framework, the system ensures scalability, security, and ease of maintenance. The English Auction, characterized by its open ascending price format, allows bidders to place increasingly higher bids until the highest bid wins. Real-time bidding updates, bid management functionalities, and automatic bid increments enhance the transparency and efficiency of this auction type. Conversely, the Dutch Auction, with its reverse bidding process, start with a high price that gradually decreases. The system facilitates this process by managing price decrement intervals, tracking bidder responses, and ensuring fairness in price adjustments. Key features like user registration and authentication, item listing, real-time auction progress updates, secure payment processing, and administrative tools for managing auctions and monitoring user activities. By incorporating both auction types within a single platform, the system provides flexibility and versatility to cater to various auction scenarios, fostering a dynamic marketplace environment for bidder and sellers.
Key Words: Web Application, Django, Html, CSS, javascript, Python, Secure Payment using RayzorPay, SQlite, English Auction, Dutch/tender Auction, Bidder, Seller, model, User authentication.