Wider usage of the settings framework (#17)

This commit is contained in:
Raphael Michel
2015-04-01 11:54:56 +02:00
parent 42b4189703
commit cd0e1cb520
9 changed files with 198 additions and 101 deletions

View File

@@ -88,7 +88,7 @@ class EventAdmin(admin.ModelAdmin):
inlines = [EventPermissionInline]
list_display = ('name', 'slug', 'organizer', 'date_from')
search_fields = ('name', 'slug')
list_filter = ('date_from', 'locale', 'currency')
list_filter = ('date_from', 'currency')
class PropertyValueInline(admin.StackedInline):