Tuesday, March 31, 2015

Re: Django project for multiple clients

This is what we've done successfully for multiple projects. Django makes it fairly straightforward.

  -- Ben

On Fri, Mar 27, 2015 at 4:37 PM, Gabriel - Iulian Dumbrava <gabriel.dumbrava@gmail.com> wrote:
If your clients are using different subdomains, like client1.webapp.com, client2.webapp.com then you can have separate settings file per subdomain and completely isolate the client data, but still use the same virtualenv and codebase. You must also take care of the file upload/access because you also need to isolate it.

joi, 26 martie 2015, 18:23:38 UTC+2, Steven Nash a scris:
We are design a DJango based application to be used my multiple clients.  Each client will have there own database but share the same code base.

In the past, when I've done something like this, I have configure a separate virtual host for each client.

This time we are thinking about using URL routing to select the clients database, and creating a small Django Webapp to allow an admin team to setup new clients etc.

I'd be interested to hear how others have tackled this, I have Googled quite a bit on this topic.

Steve

--
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/0db98454-b9f4-4ed0-9924-e528d0b11174%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Chief Systems Architect Proteus Technologies
Personal blog where I am not your demographic.

This email intended solely for those who have received it. If you have received this email by accident - well lucky you!!

--
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/CAHN%3D9D4UWGzxKL5V6aJW6BubBs4nq1_w2orrqyCtN-%2BrS_Fs3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment