Skip to content
Snippets Groups Projects
Commit c10e9987 authored by Fabien  MAREUIL's avatar Fabien MAREUIL
Browse files

bug fix add context_processor file

parent bf38910d
No related branches found
No related tags found
No related merge requests found
Pipeline #135025 passed
from django.conf import settings
def additionnal_settings_variable(request):
return {
"PUBLIC_HOST": settings.PUBLIC_HOST,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment