from django.contrib import admin
from dronken.models import *

admin.site.register(City)
admin.site.register(Association)