customization: remove all occurences of ludwigsburg and replace with local settings
parent
49605b77a2
commit
8599962caf
@ -1,6 +1,7 @@
|
|||||||
from django.shortcuts import redirect
|
from django.shortcuts import redirect
|
||||||
|
from django.conf import settings
|
||||||
|
|
||||||
|
|
||||||
# Create your views here.
|
# Create your views here.
|
||||||
def index(request):
|
def index(request):
|
||||||
return redirect('https://www.alpenverein-ludwigsburg.de/gruppen/jugendgruppen')
|
return redirect(settings.STARTPAGE_REDIRECT_URL)
|
||||||
|
|||||||
Loading…
Reference in New Issue