You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

models.py 202B

1234567
  1. from django.db import models
  2. from oscar.apps.shipping.abstract_models import AbstractOrderAndItemLevelChargeMethod
  3. class OrderAndItemLevelChargeMethod(AbstractOrderAndItemLevelChargeMethod):
  4. pass