from django.contrib import admin
from maps.models import CourseMap, CourseRoute
admin.site.register(CourseMap)
admin.site.register(CourseRoute)