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
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
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
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
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
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.
>
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
7 matches
Mail list logo