Hi,

I need to implement multiconnections on distinct customers on my app.
the cenario is:
I have a website and my customers put on form a username.  So, I need that 
Django connect on postgresql setting schema-name same a username on 
request.  When I connect on postgresql with a username, the search_path is 
automatic set to same username.  It's ok.
A each connection must to set the username and search_path, cause each user 
has a unique schema on database.
This situation is ok when I had few customers, but now, a lot of customers 
are sign and I don't restart app when exists connections actives.
How to do that?  I Created a new schema on postgresql, created a new 
objects but I need that my app find it whitout restart django server.

Thanks! 

-- 
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+unsubscr...@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/5b799777-7811-4486-be1e-63d44b40f4e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to