Skip to content
Snippets Groups Projects
Commit 9436eacb authored by Clinton Blackburn's avatar Clinton Blackburn
Browse files

Added SKU column to CourseMode table in Django admin

parent 40ae5d2e
No related merge requests found
......@@ -65,7 +65,7 @@ class CourseModeAdmin(admin.ModelAdmin):
search_fields = ('course_id',)
list_display = (
'id', 'course_id', 'mode_slug', 'mode_display_name', 'min_price',
'suggested_prices', 'currency', 'expiration_date', 'expiration_datetime_custom'
'suggested_prices', 'currency', 'expiration_date', 'expiration_datetime_custom', 'sku'
)
def expiration_datetime_custom(self, obj):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment