Re: Django multiple application with common users

2015-03-16 Thread Luis Zárate
You maybe need to take a look documentation of using routes. https://docs.djangoproject.com/en/1.7/topics/db/multi-db/#using-routers 2015-03-16 8:47 GMT-06:00 Domagoj Kovač : > Hi Raphael, > > I also though this are may options, although first option is the easiest i > would like to do somethin

Re: Django multiple application with common users

2015-03-16 Thread Domagoj Kovač
Hi Raphael, I also though this are may options, although first option is the easiest i would like to do something a bit more complex. I would also like to access my applications from different domains and this means options a and b cant satisfied my needs. If i use multiple databases this only

Re: Django multiple application with common users

2015-03-16 Thread Raphael Michel
Hi, Am Mon, 16 Mar 2015 01:23:22 -0700 (PDT) schrieb Domagoj Kovač : > I would like to have separate databases for every application > including user management. I can think of: (a) You put all the application in the same database and share a user model (look up 'reusable django apps') (b) You