This commit is contained in:
adevopg
2024-11-12 09:17:08 +01:00
parent fe43f30207
commit 6b976046cb
211 changed files with 18030 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from django.shortcuts import redirect
def redirect_to_spanish(request):
return redirect('/es/')