Add django requirement and fix import path
This commit is contained in:
parent
e672a0d798
commit
8711bb3697
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
from pagination import EmberPageNumberPagination
|
||||
from .pagination import EmberPageNumberPagination
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
djangorestframework>=3.3.2
|
||||
django>=1.8
|
||||
|
|
Reference in a new issue