Remove a bunch of old vender files, refactor locations of static and template files, force api limit on calls

This commit is contained in:
Isaac Bythewood
2013-02-23 02:23:58 +00:00
parent 92b54799da
commit a7d571a509
39 changed files with 38 additions and 12079 deletions

View File

@@ -3,6 +3,7 @@ from django.conf import settings
def template_settings(request):
return {
'site_name': settings.SITE_NAME,
'SITE_NAME': settings.SITE_NAME,
'API_LIMIT_PER_PAGE': settings.API_LIMIT_PER_PAGE,
}