fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
95bd7aba51ad2277b1b9e7901d3bfa2c801d1480
[edumed.git]
/
publishers
/
admin.py
1
# -*- coding: utf-8 -*-
2
from django.contrib import admin
3
from .models import Publisher
4
5
admin.site.register(Publisher)