This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Añado ruta principal
main
Celestino Rey
11 months ago
parent
dc71404afa
commit
a75f7c515f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mysite/urls.py
+ 1
- 0
mysite/urls.py
View File
@ -18,6 +18,7 @@ from django.contrib import admin
from
django.urls
import
path
,
include
urlpatterns
=
[
path
(
'
'
,
views
.
principal
,
name
=
'
principal
'
)
,
path
(
'
polls/
'
,
include
(
"
polls.urls
"
)
)
,
path
(
'
admin/
'
,
admin
.
site
.
urls
)
,
]
Write
Preview
Loading…
Cancel
Save