mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-06 14:04:12 +00:00
exibindo dados do banco no html
This commit is contained in:
7
gestaoRaul/home/urls.py
Normal file
7
gestaoRaul/home/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user