Hi,

I have a django 1.3 based frontend and it serves all the static files from
Amazon S3. I am wishing to upgrade to Django 1.4. It seems that Django has
changed the way admin static files are rendered. I have the following
configuration:

settings.py: I have the app django.contrib.staticfiles in INSTALLED_APPS
(in both 'dev' and 'prod' settings).
The static content is live on Amazon S3.

I am testing changes on my dev machine (DEBUG=True), but the /admin page is
not able to render the static files and icons. That is because it is trying
to pull stuff from S3 (because django.contrib.staticfiles is installed),
but not pulling in from the dev django folders. Is there a way in which I
can force the content out from dev folders when DEBUG = True rather than
pulling in from S3?


Thanks,
Rajat

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to