Alexandro gracias por responder, pero bueno ya lo resolvi, el problema era que 
en la configuracion de red del firefox no puse , no usar proxy para 
hello.djangoserver. Ahora el problema que tengo es que el sitio de 
administracion se ha quedado sin css.

----- Mensaje original -----

De: "Alexandro Colorado" <j...@openoffice.org>
Para: "La lista de python en castellano" <python-es@python.org>
Enviados: Viernes, 2 de Diciembre 2011 14:19:07
Asunto: Re: [Python-es] ayuda con Django y Apache

que te dice el log de error de apache?

On 12/2/11, (P@vel) <pdlo...@uci.cu> wrote:
> Hola te escribo para ver si me puedes ayudar a desplegar una aplicacion
> Django sobre apache, porque he seguido varias guias incluyendo las que
> dijeron en la lista de python y no me sale nada.
>
> A ver este es el directorio de mi aplicacion: /home/pavel/hello
> Dentro de ese directorio tengo: /home/pavel/hello/apache/django.wsgi
>
> El archivo django.wsgi tiene
> import os
> import sys
>
> sys.path.append('/home/pavel/hello')
>
>
> os.environ['DJANGO_SETTINGS_MODULE'] = 'settings'
>
> import django.core.handlers.wsgi
> application = django.core.handlers.wsgi.WSGIHandler()
>
>
> Este es mi virtualhost
>
> <VirtualHost *:80>
>
> ServerName hello.djangoserver
> DocumentRoot /home/pavel/hello
>
> WSGIScriptAlias / /home/pavel/hello/apache/django.wsgi
> <Directory /home/pavel/hello>
> Order allow,deny
> Allow from all
> </Directory>
>
> </VirtualHost>
>
> Ahora cuando yo corro
> http://hello.djangoserver/
>
> me sale esto
> El URL solicitado no se ha podido conseguir
>
>
> Mientras se intentaba traer el URL: http://hello.djangoserver/
> Ha ocurrido el siguiente problema:
>
> Incapaz de determinar la dirección IP a partir del nombre de la máquina:
> hello.djangoserver
>
>
> El programa dnsserver ha devuelto el siguiente mensaje:
>
> Name Error: The domain name does not exist.
>
>
> Esto significa que: El caché no ha sido capaz de resolver el nombre de
> máquina
> presente en la URL.
> Compruebe que la dirección sea correcta.
>
>
>
>
>
>
>
> ----- Mensaje original -----
>
>
>
>
> Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE 
> ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU!
> http://www.antiterroristas.cu
> http://justiciaparaloscinco.wordpress.com
>
>


--
Alexandro Colorado
OpenOffice.org Español
http://es.openoffice.org
_______________________________________________
Python-es mailing list
Python-es@python.org
http://mail.python.org/mailman/listinfo/python-es
FAQ: http://python-es-faq.wikidot.com/


Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE 
ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU!
http://www.antiterroristas.cu
http://justiciaparaloscinco.wordpress.com




Fin a la injusticia, LIBERTAD AHORA A NUESTROS CINCO COMPATRIOTAS QUE SE 
ENCUENTRAN INJUSTAMENTE EN PRISIONES DE LOS EEUU!
http://www.antiterroristas.cu
http://justiciaparaloscinco.wordpress.com

_______________________________________________
Python-es mailing list
Python-es@python.org
http://mail.python.org/mailman/listinfo/python-es
FAQ: http://python-es-faq.wikidot.com/

Responder a