mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-02 15:09:58 +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 |