CoreΒΆ

The core of django-shopkit framework contains the components considered to be essential in the basis of any kind of webshop.

As the models and other components contained in this module are meant to be extended, they exposed in the form of abstract base classes. In an actual webshop application, they should be subclassed and, where applicable, a reference to them should be made in settings.py so the other components can find them.

Contents: