mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Remove a bunch of old vender files, refactor locations of static and template files, force api limit on calls
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user