summaryrefslogtreecommitdiff
path: root/examples/cloudfiles_project/photos/admin.py
diff options
context:
space:
mode:
authorYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
committerYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
commit75f93a3f7854a7383febd047391e2bfd4caceee0 (patch)
treed5e634ef292c6b84acacc3982dbcaa0d300a346e /examples/cloudfiles_project/photos/admin.py
Initial git fork of django-storagesHEADmaster
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