選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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