Commit e65cfd55 by Yvon Kerdoncuff

restablish apparently useless imports but actually useful (redirect method not found otherwise)

parent c40d68e8
Pipeline #4103 failed with stage
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""Public access (need identification for data access).""" """Public access (need identification for data access)."""
from outils.common_imports import *
from outils.for_view_imports import *
from outils.images_imports import * from outils.images_imports import *
from members.models import CagetteMember from members.models import CagetteMember
from shifts.models import CagetteShift
from django.contrib.auth.hashers import check_password, make_password
def _get_response_according_credentials(request, credentials, context, template): def _get_response_according_credentials(request, credentials, context, template):
response = HttpResponse(template.render(context, request)) response = HttpResponse(template.render(context, request))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment