mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
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:
@ -57,6 +57,8 @@ MIDDLEWARE_CLASSES = (
|
||||
'core.middleware.AuthenticationMiddleware',
|
||||
)
|
||||
|
||||
SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer'
|
||||
|
||||
ROOT_URLCONF = 'sith.urls'
|
||||
|
||||
TEMPLATES = [
|
||||
|
Reference in New Issue
Block a user