Ver Mensaje Individual
  #11 (permalink)  
Antiguo 23/06/2012, 05:46
WorldFox
 
Fecha de Ingreso: octubre-2011
Mensajes: 230
Antigüedad: 12 años, 6 meses
Puntos: 75
Respuesta: Instalar python en apache

Saludos, arreglé una cosa de forma que instalé correctamente django y cuando hago el runserver en mi terminal de windows y entro en localhost:8000 me sale:

It worked!
Congratulations on your first Django-powered page.

Of course, you haven't actually done any work yet. Here's what to do next:

If you plan to use a database, edit the DATABASES setting in demo/settings.py.
Start your first app by running python manage.py startapp [appname].

You're seeing this message because you have DEBUG = True in your Django settings file and you haven't configured any URLs. Get to work!

Luego intenté hacer lo de la base de datos pero me dio error.
Pero lo que de verdad me interesa:
¿Como hago para ejecutar mi archivo python en la web?

Un saludo.