mirror of
https://github.com/pinry/pinry.git
synced 2025-11-13 08:35:41 +01:00
Refactor apps to be in repo folder
This commit is contained in:
8
core/context_processors.py
Normal file
8
core/context_processors.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
def template_settings(request):
|
||||
return {
|
||||
'API_LIMIT_PER_PAGE': settings.API_LIMIT_PER_PAGE,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user