1
0
Fork 0

Move some templates to a more appropriate place

This commit is contained in:
Shgck 2016-02-01 19:04:22 +01:00
parent fe7b68fcc9
commit 6ed705c0f5
3 changed files with 5 additions and 0 deletions

5
idre/views.py Normal file
View file

@ -0,0 +1,5 @@
from django.shortcuts import render
def home(request):
return render(request, "idre/home.html")