Increase API limit.

This commit is contained in:
Isaac Bythewood
2012-09-29 19:42:16 +00:00
parent 6cdb7c955e
commit fde97b05c6

View File

@@ -63,7 +63,7 @@ MESSAGE_TAGS = {
messages.SUCCESS: 'alert alert-success',
messages.INFO: 'alert alert-info',
}
API_LIMIT_PER_PAGE = 20
API_LIMIT_PER_PAGE = 30
INSTALLED_APPS = (
'django.contrib.auth',