server/python/django2/renkanmanager/auth.py
changeset 665 69d13e7dd286
parent 589 0ae11aa255a3
--- a/server/python/django2/renkanmanager/auth.py	Sun Jul 14 21:16:10 2024 +0200
+++ b/server/python/django2/renkanmanager/auth.py	Sun Jul 14 21:59:51 2024 +0200
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 from rest_framework.authentication import SessionAuthentication 
 
 class CsrfExemptSessionAuthentication(SessionAuthentication):