标签: python django django-models django-authentication django-sites
我创建了多个网站,其中包含用户标识,如下所示:
How to get unique users across multiple Django sites powered by the "sites" framework?
但是,如何让用户在他注册的每个网站上都是唯一的?
例如:
Arti at domain.com Arti at domain2.com
这是两个不同的用户,但创建另一个Arti at domain.com是不可能的,我将收到一个错误:“用户已经存在”。
Arti at domain.com