From 75f93a3f7854a7383febd047391e2bfd4caceee0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Mar 2014 17:49:16 +0200 Subject: Initial git fork of django-storages --- examples/cloudfiles_project/photos/admin.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/cloudfiles_project/photos/admin.py (limited to 'examples/cloudfiles_project/photos/admin.py') 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 -- cgit v1.3.1