wagtail-longclaw/longclaw/longclawbasket
James Ramm fd6cd2eab6 Reworking of Products (#86)
* Fixes #76 and fixes #47 by removing concrete product models from longclaw. Abstract classes are provided as a starting point and concrete models moved to the project template

* Products fully customisable (and therefore product index). Work on #76

* Removes concrete product models from longclaw, allowing customisation. For #76 and #47

* Product base testing

* Reorder imports for tests

* Drop py3.3

* Add back admin.py

* Update page panels

* Add tests to products
2017-09-17 14:01:12 +02:00
..
migrations
templates/longclawbasket Add to basket template tag & docs (#82) 2017-08-25 08:33:47 +01:00
templatetags Add to basket template tag & docs (#82) 2017-08-25 08:33:47 +01:00
__init__.py
api.py
apps.py
context_processors.py
forms.py
models.py Reworking of Products (#86) 2017-09-17 14:01:12 +02:00
serializers.py
tests.py Add to basket template tag & docs (#82) 2017-08-25 08:33:47 +01:00
urls.py
utils.py
views.py Remove unused imports 2017-09-06 10:06:13 +02:00