little-ebay
little-ebay copied to clipboard
Minimal auction system powered by Django
################### little-ebay ################### Minimal auction system powered by Django
Overview
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.
Requirements
django-uni-form <http://github.com/pydanny/django-uni-form>_jQuery <http://jquery.com/>_TinyMCE <http://tinymce.moxiecode.com/>_jQuery Countdown <http://keith-wood.name/countdown.html>_
Installation
- Install django-uni-form
- Include 'uni_form' and 'lebay.apps.lebay' in your django application set.
Usage
- 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.
More
The primary repository for Little-eBay is located at:
http://github.com/tarequeh/little-ebay/ <http://github.com/tarequeh/little-ebay/>_
Little-eBay was created by Tareque Hossain