Skip to content
Snippets Groups Projects
admin.py 223 B
Newer Older
  • Learn to ignore specific revisions
  • from django.contrib import admin
    
    from import_export.admin import ImportExportModelAdmin
    
    Chif Gergo's avatar
    Chif Gergo committed
    
    
    Chif Gergo's avatar
    Chif Gergo committed
    
    
    
    @admin.register(models.Event)
    class EventAdmin(ImportExportModelAdmin):
        horizontal_filter = ('visitors', )