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

views.py 236B

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