list_display to 30

This commit is contained in:
Sanj 2011-08-25 17:57:03 +05:30
parent 452ea759ca
commit 147a5d57f5

View File

@ -65,7 +65,7 @@ class FeatureAdmin(admin.OSMGeoAdmin):
# list_filter = ('feature_type',)
inlines = [FeatureNamesInline]
list_display = ('__unicode__', 'feature_type_name', 'time_start', 'time_end',)
list_per_page = 12
list_per_page = 30
# list_filter = (FeatureTypeFilter,)
openlayers_url = 'http://openlayers.org/dev/OpenLayers.js'
openlayers_img_path = None