|
|
@ -1,7 +1,7 @@ |
|
|
from django.http import HttpResponse |
|
|
from django.http import HttpResponse |
|
|
import os |
|
|
import os |
|
|
from django.conf import settings |
|
|
from django.conf import settings |
|
|
|
|
|
|
|
|
|
|
|
from django.shortcuts import render |
|
|
|
|
|
|
|
|
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") |
|
|
|