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