Thursday, December 11, 2014

Re: Issue with website migration

The web server uses less resources serving static, than django, so the responsibility for serving static content is often left to the web server.

You should look at the settings.py file for other potential paths as well.
Look in the settings.py for other potential issues.

There is the potential a "media" path may also rely on web server resources.

settings.py *should* contain information that pertains to both "static" and/or "media" resources.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0c77c520-13d9-4818-be41-61958aeb51a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment