Re: Serving django admin files using mod_python

2010-06-24 Thread commonzenpython
im done using mod_python , i have switched to mod_wsgi completely, thanks guys for all your help -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group,

Re: Serving django admin files using mod_python

2010-06-24 Thread Graham Dumpleton
On Jun 25, 8:32 am, Xavier Ordoquy wrote: > 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.

Re: Serving django admin files using mod_python

2010-06-24 Thread Xavier Ordoquy
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/howt

Re: Serving django admin files using mod_python

2010-06-24 Thread commonzenpython
im new to mod_python, so could you please tell me how to set ash/media to serve statically with apache -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this g

Re: Serving django admin files using mod_python

2010-06-24 Thread Skylar Saveland
mod_python is dead. you can just serve your static files .. statically. usually you might point at a cdn or put nginx in front although you could set /media or / ash/media to serve statically with apache. On Jun 24, 5:47 pm, commonzenpython wrote: > i have been playing with django using mod_pyt

Serving django admin files using mod_python

2010-06-24 Thread commonzenpython
i have been playing with django using mod_python, so i activated the admin for my application and instead of the pretty looking page, i get : Django administration Welcome, ashtanga. Change password / Log out Site administration Auth Groups Add Change Users Add Change Sites Sites Ad