Thanks to Graham and Jeff.
I moved my code out of the document root and used the proper alias to
tell Apache where to find Django's admin.media files.
Problem solved ?
MS
> For mod_wsgi see:
>
> http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango
> http://code.google.com/p/modwsgi/w
On Dec 21, 12:54 pm, Jeff Anderson wrote:
> MS wrote:
> > I am learning Django under Windows Vista.
>
> > I am using Python 2.5 and Wamp5. The document root for Apache is set
> > to c:/wamp/www/
>
> > I have a project under c:/wamp/www/DjangoProjects/mysite
>
> Don't do that. You don't need you
MS wrote:
> I am learning Django under Windows Vista.
>
> I am using Python 2.5 and Wamp5. The document root for Apache is set
> to c:/wamp/www/
>
> I have a project under c:/wamp/www/DjangoProjects/mysite
>
Don't do that. You don't need your python code in the document root, and
it's a bad idea
I am learning Django under Windows Vista.
I am using Python 2.5 and Wamp5. The document root for Apache is set
to c:/wamp/www/
I have a project under c:/wamp/www/DjangoProjects/mysite
If I run it using the Django built-in server it works fine. If I run
it using Apache and wsgi-python the applic
4 matches
Mail list logo