I am running GoogleAppEngine (GAE) 1.6.3 with Python 2.7 and Django 1.3 by 
having:

libraries:
- name: django
  version: "1.3"

in my app.yaml. The following should serve the admin media files at url 
/static/admin:

- url: /static/admin
  static_dir: django/contrib/admin/media
  expiration: '0'

But I get 404s for such admin media (css, etc). Am I using the correct 
location for the Django admin's media file?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/Syw-aH-RnskJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to