Change default pin load limit to 50 instead of 30

This commit is contained in:
Isaac Bythewood
2013-03-20 20:37:04 -03:00
parent fea9ea2f0e
commit 310a89f2fe

View File

@@ -73,7 +73,7 @@ MESSAGE_TAGS = {
messages.SUCCESS: 'alert alert-success',
messages.INFO: 'alert alert-info',
}
API_LIMIT_PER_PAGE = 30
API_LIMIT_PER_PAGE = 50
INSTALLED_APPS = (