Inicial
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from django.shortcuts import redirect
|
||||
|
||||
def redirect_to_spanish(request):
|
||||
return redirect('/es/')
|
||||
Reference in New Issue
Block a user