summaryrefslogtreecommitdiff
path: root/examples/cloudfiles_project/photos/admin.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cloudfiles_project/photos/admin.py')
-rw-r--r--examples/cloudfiles_project/photos/admin.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/cloudfiles_project/photos/admin.py b/examples/cloudfiles_project/photos/admin.py
new file mode 100644
index 0000000..74141c5
--- /dev/null
+++ b/examples/cloudfiles_project/photos/admin.py
@@ -0,0 +1,4 @@
+from django.contrib import admin
+from cloudfiles_project.photos.models import Photo
+
+admin.site.register(Photo) \ No newline at end of file