增加通用分页函数和对应的测试

This commit is contained in:
virusdefender
2015-08-05 08:44:28 +08:00
parent 44be61dab6
commit 8a6093d645
4 changed files with 122 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'account',
'utils',
'rest_framework',
'rest_framework_swagger',