Minimal auction system powered by Django
little-ebay is possibly the lightest auction system ever. Built on top of Django, little-ebay will provide you with the basic functionality of an auction site. Register, bid, buy, sell and track items on little-ebay.
- Install django-uni-form
- Include 'uni_form' and 'lebay.apps.lebay' in your django application set.
- To run the example application: complete installation, synchronize database and use runserver.
- Create a few item categories from admin.
- To include in your own application, follow deployment demonstrated in the example application.
The primary repository for Little-eBay is located at:
http://github.com/tarequeh/little-ebay/
Little-eBay was created by Tareque Hossain