David Winterbottom
4c768fa1b4
Switched auther in setup.py to be more accurate
14 years ago
David Winterbottom
8d34321860
Updated instructions for contributing, added dependencies
14 years ago
David Winterbottom
b6318172b5
Made setup.py executable to save typing 7 characters.
14 years ago
David Winterbottom
26ce764266
Reworked packaging
14 years ago
David Winterbottom
269cba8a6b
Fixed dependency version for django-extra-views
14 years ago
David Winterbottom
f622454298
Replaced the MANIFEST.in which was mistakenly deleted
14 years ago
David Winterbottom
377b9cbf0d
Bumped version and added missing packages
14 years ago
David Winterbottom
874e8acaaa
Added vouchers app to included packages
14 years ago
David Winterbottom
472d60260d
Replaced missing dependency in setup.py
14 years ago
David Winterbottom
faf041e166
Updated README to make the Pypi page look better
14 years ago
Tomasz Rybarczyk
c5e7178dfd
Paths change in setup.py: product -> catalogue
14 years ago
David Winterbottom
4da861f406
Tweaked setup.py to get django_extra_views installed correctly
14 years ago
David Winterbottom
6969b499eb
This time i've tested it to make sure the new setup.py works
14 years ago
David Winterbottom
7eab98141a
Added django_extra_views as a requirement
14 years ago
Patryk Zawadzki
a78554ff4d
Typo
14 years ago
Patryk Zawadzki
b1f12bfbdb
Make sure the oscar module is installed
14 years ago
David Winterbottom
b42e3485bc
Added relationship between item class and attribute type!
14 years ago
David Winterbottom
e3f2da7bd1
Removed dependencies from setup.py for time being - they make reinstallation too time consuming
14 years ago
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.
14 years ago
David Winterbottom
198ecb8120
Added a long_description field to setup.py
14 years ago
David Winterbottom
680ddbad2d
Copied the versioning system from django
14 years ago
David Winterbottom
7cd145a590
Fixed typo in setup.py
14 years ago
David Winterbottom
689d3bd46f
Updated distribution files
14 years ago
David Winterbottom
a656c7f14c
Altered author within setup.py
14 years ago
David Winterbottom
0080ac2858
Added sorl thumbnails to product pages
14 years ago
David Winterbottom
9acba79412
Fixed dependency links in setup.py
15 years ago
David Winterbottom
e94ec3272d
Updated docs
15 years ago
David Winterbottom
0e3e9a1b7f
Updated search docs slightly and added dependency to setup.py
15 years ago
David Winterbottom
7c0b183321
Corrected URL in setup.py
15 years ago
David Winterbottom
c4853b144a
Fixed typo in setup.py
15 years ago
David Winterbottom
f4ef66481c
Tweaked setup.py
15 years ago
David Winterbottom
494ca879a6
Updated reqs to Django 1.3
15 years ago
Kura
128b7f384e
Commented out breaking requirement lines in setup.py. Fixed installation info for contrib
15 years ago
David Winterbottom
20dc44d2e7
Updated requirements files for developers
15 years ago
David Winterbottom
cad3959012
Updated the abstract models to have translated names.
15 years ago
David Winterbottom
67f6779ada
Restructured project folders to make oscar sit as a standalone app
15 years ago