mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-27 03:57:43 +00:00
7 lines
171 B
Python
7 lines
171 B
Python
from django.conf.urls import url
|
|
from tastypie import fields
|
|
from tastypie.resources import ModelResource
|
|
|
|
|
|
class BackboneCompatibleResource(ModelResource):
|
|
pass |