Add django requirement and fix import path

This commit is contained in:
Matthew Ryan Dillon 2016-06-15 12:39:12 -07:00
parent e672a0d798
commit 8711bb3697
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
from pagination import EmberPageNumberPagination
from .pagination import EmberPageNumberPagination

View file

@ -1 +1,2 @@
djangorestframework>=3.3.2
django>=1.8