Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 123456789101112131415161718192021 |
- from oscar.apps.customer import abstract_models
-
-
- class Email(abstract_models.AbstractEmail):
- pass
-
-
- class CommunicationEventType(abstract_models.AbstractCommunicationEventType):
- pass
-
-
- class Notification(abstract_models.AbstractNotification):
- pass
-
-
- class ProductAlert(abstract_models.AbstractProductAlert):
- pass
-
-
- from oscar.apps.customer.history_helpers import *
- from oscar.apps.customer.alerts.receivers import *
|