diff options
Diffstat (limited to 'src/testapp/views.py')
| -rw-r--r-- | src/testapp/views.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testapp/views.py b/src/testapp/views.py index dee0b19b..82539435 100644 --- a/src/testapp/views.py +++ b/src/testapp/views.py @@ -1,4 +1,5 @@ -from rest.resource import Resource, ModelResource, QueryModelResource +from rest.resource import Resource +from rest.modelresource import ModelResource, QueryModelResource from testapp.models import BlogPost, Comment ##### Root Resource ##### |
