Files @ 3517bdd2813f
Branch filter:

Location: symposion_app/registrasion/apps.py

Christopher Neugebauer
Makes sure that discounts always apply to the most expensive product in the cart first. Adds test to that effect.

Fixes #88.
1
2
3
4
5
6
7
8
from __future__ import unicode_literals
from django.apps import AppConfig


class RegistrasionConfig(AppConfig):
    name = "registrasion"
    label = "registrasion"
    verbose_name = "Registrasion"