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
Importo static
main
creylopez
10 months ago
parent
6edb0adbde
commit
c2cd997d29
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/mysite/urls.py
+ 1
- 0
src/mysite/urls.py
View File
@ -16,6 +16,7 @@ Including another URLconf
"""
from
django.contrib
import
admin
from
django.urls
import
path
,
include
from
django.conf.urls.static
import
static
urlpatterns
=
[
path
(
'
polls/
'
,
include
(
"
polls.urls
"
)
)
,
Write
Preview
Loading…
Cancel
Save