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
Actualizar 'polls/views.py'
main
creylopez
10 months ago
parent
b10ca3f6a2
commit
4b25008f1b
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
polls/views.py
+ 1
- 1
polls/views.py
View File
@ -1,5 +1,5 @@
from
django.http
import
HttpResponse
from
django.http
import
HttpResponse
import
os
def
index
(
request
)
:
def
index
(
request
)
:
return
HttpResponse
(
"
¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio. A ver si funciona
"
)
return
HttpResponse
(
"
¡Hola, mundo. Estamos en la vista index. Y he hecho un cambio. A ver si funciona
"
)
Write
Preview
Loading…
Cancel
Save