You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Moss d128548c6c type attributes can not be optional, required, or required for purchase 15 lat temu
basket Updated models so syncdb will run but everything still imcomplete 15 lat temu
offer Updated models so syncdb will run but everything still imcomplete 15 lat temu
order Updated models so syncdb will run but everything still imcomplete 15 lat temu
payment Updated models so syncdb will run but everything still imcomplete 15 lat temu
product type attributes can not be optional, required, or required for purchase 15 lat temu
.gitignore Added payment models 15 lat temu
IDEAS Updated models so syncdb will run but everything still imcomplete 15 lat temu
README.md Updated models so syncdb will run but everything still imcomplete 15 lat temu
__init__.py Added payment models 15 lat temu
manage.py Added payment models 15 lat temu
requirements.txt Updated models so syncdb will run but everything still imcomplete 15 lat temu
settings.py Updated models so syncdb will run but everything still imcomplete 15 lat temu
urls.py Added payment models 15 lat temu

README.md

Oscar - Ecommerce on Django

Named after Oscar Peterson (http://en.wikipedia.org/wiki/Oscar_Peterson), oscar is a Django implementation of Taoshop (a product from Tangent Labs). It’s fairly experimental at the moment.

Installation

Do the following from your workspace folder:

mkdir oscar
cd oscar
mkvirtualenv --no-site-packages oscar

After download your fork, install all dependencies:

pip install -r requirements.txt