Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Gentle committed Aug 19, 2012
1 parent 9a55b44 commit daa71c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions krprj/wikipedia/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from django.contrib.gis import admin
from models import KircheWikipedia


class KircheWikipediaAdmin(admin.OSMGeoAdmin):
list_display = ['id', 'title', 'lon', 'lat', 'unite']
search_fields = ['title']
Expand Down

0 comments on commit daa71c1

Please sign in to comment.