scraper updates

This commit is contained in:
2025-10-11 10:58:35 -05:00
parent 0e686c91e4
commit aef63f1a08
13 changed files with 157 additions and 30 deletions

View File

@@ -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",)}