Tuesday, March 1, 2016

Re: problem deploying two apps

On Tue, Mar 1, 2016 at 8:56 AM, frocco <farocco@gmail.com> wrote:
Hi,

I followed this
https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/modwsgi/

First app works fine, if I deploy the second app, the settings conflict and images are not rendered.


I'm assuming that you have two separate projects that need to run concurrently, not two separate apps within a single Django project (as the Django nomenclature would define). Your Apache config would need to be modified per the answer in this SO: http://stackoverflow.com/questions/6590587/multiple-mod-wsgi-apps-on-one-virtual-host-directing-to-wrong-app

-James

--
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciXZq1JA%2BVakzfDogHmPjcq9xpRDnJry16k_5HweWs-VHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment