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 Migrations for product template and dependency on user defined product model 2017-02-19 14:12:22 +00:00
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 Provides a project template 2017-02-17 09:03:21 +00:00
api.py Never fail when removing item 2017-04-02 11:58:49 +01:00
apps.py Provides a project template 2017-02-17 09:03:21 +00:00
context_processors.py Provides a project template 2017-02-17 09:03:21 +00:00
forms.py Provides a project template 2017-02-17 09:03:21 +00:00
models.py Reworking of Products (#86) 2017-09-17 14:01:12 +02:00
serializers.py Provides a project template 2017-02-17 09:03:21 +00:00
tests.py Add to basket template tag & docs (#82) 2017-08-25 08:33:47 +01:00
urls.py Correct documentation and urls for basket api 2017-04-12 18:10:29 +01:00
utils.py Checkout tests. #37 2017-03-29 17:28:43 +01:00
views.py Remove unused imports 2017-09-06 10:06:13 +02:00