pcards/osm/admin.py

4 lines
91 B
Python

from osm.models import *
from django.contrib import admin
admin.site.register(Coordinates)