Working new pin form

This commit is contained in:
Isaac Bythewood
2013-02-26 01:54:02 +00:00
parent d462bfb83b
commit 9f5cc2de57
6 changed files with 96 additions and 9 deletions

View File

@@ -84,3 +84,4 @@ class PinResource(ModelResource):
resource_name = 'pin'
include_resource_uri = False
authorization = DjangoAuthorization()
ordering = '-published'