bessst
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

views.py
text/x-python

Download raw (135 bytes)

from django.shortcuts import redirect

def redirect_to_local_version(request):
    return redirect('/' + request.LANGUAGE_CODE + '/')