Aplikacja z motywami
[redakcja.git] / apps / bookthemes / admin.py
diff --git a/apps/bookthemes/admin.py b/apps/bookthemes/admin.py
new file mode 100755 (executable)
index 0000000..7ac3e63
--- /dev/null
@@ -0,0 +1,4 @@
+from django.contrib import admin
+from bookthemes import models
+
+admin.site.register(models.Theme)