Skip to main content

Integration between Django Oscar and Wagtail

Project description

Django Oscar Wagtail
====================

This project integrates the Wagtail CMS with Django Oscar for eCommerce.



Installation
------------

Fork the catalogue app as described in the oscar documentation. Then instead of
using the AbstractCategory from Oscar use the one from this project.


Add the following to your settings

code-block:: python

OSCAR_DASHBOARD_NAVIGATION.insert(1, {
'label': 'CMS',
'icon': 'icon-th-list',
'url_name': 'wagtailadmin_home',
'access_fn': lambda user, *args: user.has_perm('wagtailadmin.access_admin')
})



Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-oscar-wagtail-0.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

django_oscar_wagtail-0.0.2-py2-none-any.whl (9.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page