On Mon, 25 Mar 2013 18:12:44 -0300
Tim Cook <t...@mlhim.org> wrote:

> The Apache error.log has these types of entries:
> "GET /static/admin/css/base.css HTTP/1.1" 404
> "GET /static/admin/css/dashboard.css HTTP/1.1" 404
> "GET /static/admin/js/actions.js HTTP/1.1" 404

Did you follow-through the "Serving the admin files" section of the
modwsgi instructions? In case of development server, it will
automagically take care of serving the static content for you. In case
of production servers like Apache, you will have to take care of that
yourself.

So, you need to configure Apache to serve the static files at
path /static/, from some directory, and fill-up this directory with
all the necessary static files.

The recommended way is to use the manage.py collectstatic command (at
least from what I've seen, I'm a beginner myself).

Best regards

-- 
Branko Majic
Jabber: bra...@majic.rs
Please use only Free formats when sending attachments to me.

Бранко Мајић
Џабер: bra...@majic.rs
Молим вас да додатке шаљете искључиво у слободним форматима.

Attachment: signature.asc
Description: PGP signature

Reply via email to