Oh, right
[edumed.git] / publishers / admin.py
diff --git a/publishers/admin.py b/publishers/admin.py
new file mode 100644 (file)
index 0000000..5e2cf36
--- /dev/null
@@ -0,0 +1,4 @@
+from django.contrib import admin
+from .models import Publisher
+
+admin.site.register(Publisher)