manuels-scolaires/manuels/context_processors.py

6 lines
125 B
Python
Raw Normal View History

from django.conf import settings
def authorized_mails(request):
return {'authorized_mails': settings.AUTHORIZED_MAILS}