brewery-website/config/views.py

6 lines
101 B
Python

from django.shortcuts import render
def home(request):
return render(request, 'home.html', {})