Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

views.py 229B

123456
  1. from oscar.apps.customer.views import AccountSummaryView as OscarAccountSummaryView
  2. class AccountSummaryView(OscarAccountSummaryView):
  3. # just here to test import in loading_tests:ClassLoadingWithLocalOverrideTests
  4. pass