Skip to content

Commit

Permalink
Merge branch 'master' of github.com:awesto/django-shop
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 2, 2021
2 parents a37afdc + 58ca663 commit 5b2ec69
Show file tree
Hide file tree
Showing 9 changed files with 2,160 additions and 1,737 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@

Here you can find the [full documentation for django-SHOP](https://django-shop.readthedocs.io/en/latest/).

## Version 1.1 has been released!

See below on how to install it using the Cookiecutter template. It now supports up to django-CMS 3.7
and Django-2.2.


## Build the database model out of the product's properties – not vice versa

Most e-commerce systems are shipped with a predefined database model for products. But products can
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/payment-providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ The Purchasing Operation

During checkout, the clients final step is to click onto a button labeled something like "Buy Now".
This button belongs to an AngularJS controller, provided by the directive ``shop-dialog-proceed``.
It may look similar to this::
It may look similar to this:

.. code-block:: html
.. code-block:: html+django

<button shop-dialog-proceed ng-click="proceedWith('PURCHASE_NOW')" class="btn btn-success">Buy Now</button>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'django_polymorphic',
'django-post_office',
'django-cms>=3.7',
'djangocms-cascade>=1.3',
'djangocms-cascade>=1.3,<2',
]

CLASSIFIERS = [
Expand Down
Binary file modified shop/locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 5b2ec69

Please sign in to comment.