carga
carga a git
This commit is contained in:
5
principal/views.py
Normal file
5
principal/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def inicio(request):
|
||||
return render(request, 'index.html')
|
||||
Reference in New Issue
Block a user