scraper updates
This commit is contained in:
@@ -13,8 +13,8 @@ class OrganizationAdmin(admin.ModelAdmin):
|
||||
|
||||
class EventAdmin(admin.ModelAdmin):
|
||||
# prepopulated_fields = {"slug": ("shortname",)}
|
||||
list_display = ( "show_title", "event_type", "show_date",)
|
||||
list_filter = ("venue", "event_type")
|
||||
list_display = ( "show_title", "event_type", "show_date", "calendar")
|
||||
list_filter = ("calendar", "venue", "event_type",)
|
||||
|
||||
class PromoAdmin(admin.ModelAdmin):
|
||||
# prepopulated_fields = {"slug": ("shortname",)}
|
||||
|
||||
Reference in New Issue
Block a user