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
Corrigo error en url
main
Celestino Rey
11 months ago
parent
a75f7c515f
commit
2495e3340d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mysite/urls.py
+ 2
- 0
mysite/urls.py
View File
@ -17,6 +17,8 @@ Including another URLconf
from
django.contrib
import
admin
from
django.urls
import
path
,
include
from
.
import
views
urlpatterns
=
[
path
(
'
'
,
views
.
principal
,
name
=
'
principal
'
)
,
path
(
'
polls/
'
,
include
(
"
polls.urls
"
)
)
,
Write
Preview
Loading…
Cancel
Save