Commit inicial
Habia trabajado un buen poco pero como vi que tenia que separar los repositorios perdi bastante la historia :c
This commit is contained in:
11
welcome/urls.py
Normal file
11
welcome/urls.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from django.shortcuts import render
|
||||
from django.urls import path
|
||||
|
||||
|
||||
def index(request):
|
||||
return render(request, 'welcome/index.html')
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
path('', index)
|
||||
]
|
||||
Reference in New Issue
Block a user