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
Sigo corrijiendo urls
main
Celestino Rey
11 months ago
parent
2495e3340d
commit
bab9c80dc0
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mysite/settings.py
+1
-0
mysite/urls.py
+ 3
- 0
mysite/settings.py
View File
@ -37,6 +37,9 @@ INSTALLED_APPS = [
'
django.contrib.sessions
'
,
'
django.contrib.messages
'
,
'
django.contrib.staticfiles
'
,
'
mysite
'
,
'
polls
'
,
]
MIDDLEWARE
=
[
+ 1
- 0
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.views.generic.base
import
TemplateView
# new
from
.
import
views
Write
Preview
Loading…
Cancel
Save