Move some templates to a more appropriate place
This commit is contained in:
parent
fe7b68fcc9
commit
6ed705c0f5
5
idre/views.py
Normal file
5
idre/views.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.shortcuts import render
|
||||
|
||||
|
||||
def home(request):
|
||||
return render(request, "idre/home.html")
|
Loading…
Reference in a new issue