Oh, right
[edumed.git] / publishers / admin.py
1 from django.contrib import admin
2 from .models import Publisher
3
4 admin.site.register(Publisher)