Re: Having some problems with admin css and such

2011-01-23 Thread Wes Wagner
Figured it out... STATICFILES_DIRS = ( STATIC_ROOT,) Had to add my static root directory to the static files dir... Am I doing something kludgy or is the current documentation revision in the SVN wrong? -Wes On Jan 23, 10:32 am, Wes Wagner wrote: > I just started building a new app in 1.3 an

Having some problems with admin css and such

2011-01-23 Thread Wes Wagner
I just started building a new app in 1.3 and I am having some static files problems (I read the new documentation) I am using pycharm as an IDE. If I run a collectstatic it will actually dump all the admin static files into my /static directory under my project but I can't get it so serve any of

Re: Problems with Admin CSS

2010-05-02 Thread maxweld
On May 1, 6:23 pm, Daniel Roseman wrote: > > The WSGIScriptAlias is stealing everything from \, so you need to > explicitly exclude paths from being handled by WSGI. > Many thanks for the explanation. Its starting to make sense now. -- You received this message because you are subscribed to th

Re: Problems with Admin CSS

2010-05-01 Thread Daniel Roseman
On May 1, 2:16 pm, maxweld wrote: > On May 1, 12:17 pm, Daniel Roseman wrote: > > > On May 1, 10:15 am, maxweld wrote: > > > You haven't got anything in here to actually serve the files from www. > > Surely you should have an Alias directive to point to the media > > folder, and a Directory dire

Re: Problems with Admin CSS

2010-05-01 Thread maxweld
On May 1, 12:17 pm, Daniel Roseman wrote: > On May 1, 10:15 am, maxweld wrote: > > You haven't got anything in here to actually serve the files from www. > Surely you should have an Alias directive to point to the media > folder, and a Directory directive for that path, as described in the > do

Re: Problems with Admin CSS

2010-05-01 Thread Daniel Roseman
On May 1, 10:15 am, maxweld wrote: > Hi > I have set up a basic project and am trying to get it running under > Apache in a shared virtual hosting environment. The aim is to get it > working here first, and then work with my hosting company so that they > can support Django for their customers. >

Problems with Admin CSS

2010-05-01 Thread maxweld
Hi I have set up a basic project and am trying to get it running under Apache in a shared virtual hosting environment. The aim is to get it working here first, and then work with my hosting company so that they can support Django for their customers. The problem is that I cannot configure it so th