Thursday, June 24, 2010

Re: Serving django admin files using mod_python

Le 25 juin 2010 à 00:23, commonzenpython a écrit :

> im new to mod_python, so could you please tell me how to set ash/media
> to serve statically with apache

Hi,

The documentation about Django seems pretty clear about static media to me.
Have a look at http://docs.djangoproject.com/en/1.2/howto/deployment/modpython/#id1
You should also have a look at the django deployment page about wsgi.

Not that short story about mod_python: Apache team that was supporting it annonced they drop the support. So you should really consider using something else (mod_wsgi for example).

Regards,
Xavier.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment