total mess: some random experiments with images and lqc's dvcs
[redakcja.git] / apps / wiki_img / admin.py
diff --git a/apps/wiki_img/admin.py b/apps/wiki_img/admin.py
new file mode 100644 (file)
index 0000000..80f7b36
--- /dev/null
@@ -0,0 +1,4 @@
+from django.contrib.admin import site
+from wiki_img.models import ImageDocument
+
+site.register(ImageDocument)