Tomasz Rybarczyk
c5e7178dfd
Paths change in setup.py: product -> catalogue
hace 14 años
David Winterbottom
4da861f406
Tweaked setup.py to get django_extra_views installed correctly
hace 14 años
David Winterbottom
6969b499eb
This time i've tested it to make sure the new setup.py works
hace 14 años
David Winterbottom
7eab98141a
Added django_extra_views as a requirement
hace 14 años
Patryk Zawadzki
a78554ff4d
Typo
hace 14 años
Patryk Zawadzki
b1f12bfbdb
Make sure the oscar module is installed
hace 14 años
David Winterbottom
b42e3485bc
Added relationship between item class and attribute type!
hace 14 años
David Winterbottom
e3f2da7bd1
Removed dependencies from setup.py for time being - they make reinstallation too time consuming
hace 14 años
Andrew Ingram
63175fb31a
Added Categories to Items.
Categories are hierarchies, modelled using django-treebeard and the "Materialized Path" model. Each product can exist in multiple categories, with one flagged as canonical (not yet constrained to just one).
Categories can be added to a product with item.add_category_from_breadcrumbs(string)
The string should be in the form of a simple breadcrumb trail, eg:
"Books > Fantasy > Epic"
The string gets split on the '>' character and converted into categories (they get created if they don't already exist.
There's also a CategoryView which lets you browse the products via the hierarchy, doesn't yet support search queries or faceting.
hace 14 años
David Winterbottom
198ecb8120
Added a long_description field to setup.py
hace 14 años
David Winterbottom
680ddbad2d
Copied the versioning system from django
hace 14 años
David Winterbottom
7cd145a590
Fixed typo in setup.py
hace 14 años
David Winterbottom
689d3bd46f
Updated distribution files
hace 14 años
David Winterbottom
a656c7f14c
Altered author within setup.py
hace 14 años
David Winterbottom
0080ac2858
Added sorl thumbnails to product pages
hace 15 años
David Winterbottom
9acba79412
Fixed dependency links in setup.py
hace 15 años
David Winterbottom
e94ec3272d
Updated docs
hace 15 años
David Winterbottom
0e3e9a1b7f
Updated search docs slightly and added dependency to setup.py
hace 15 años
David Winterbottom
7c0b183321
Corrected URL in setup.py
hace 15 años
David Winterbottom
c4853b144a
Fixed typo in setup.py
hace 15 años
David Winterbottom
f4ef66481c
Tweaked setup.py
hace 15 años
David Winterbottom
494ca879a6
Updated reqs to Django 1.3
hace 15 años
Kura
128b7f384e
Commented out breaking requirement lines in setup.py. Fixed installation info for contrib
hace 15 años
David Winterbottom
20dc44d2e7
Updated requirements files for developers
hace 15 años
David Winterbottom
cad3959012
Updated the abstract models to have translated names.
hace 15 años
David Winterbottom
67f6779ada
Restructured project folders to make oscar sit as a standalone app
hace 15 años