Add the basket handling in the click view of the counter

Now there is still to handle the validation by generating the appropriate invoice(s)
This commit is contained in:
Skia
2016-04-19 01:54:51 +02:00
parent 7a9689a20d
commit 25c1e6dc58
3 changed files with 84 additions and 24 deletions

View File

@ -57,6 +57,8 @@ MIDDLEWARE_CLASSES = (
'core.middleware.AuthenticationMiddleware',
)
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
ROOT_URLCONF = 'sith.urls'
TEMPLATES = [