On Thu, Jul 14, 2011 at 2:09 PM, tom wrote:
> Hello,
>
> I have following proxy model
>
> class UserForSubdomain(User):
> """
> This Model acts as a proxy to the django model:``User`` and
> allows to store the subdomain with the username to support
> the same usernames with different s
Hello,
I have following proxy model
class UserForSubdomain(User):
"""
This Model acts as a proxy to the django model:``User`` and
allows to store the subdomain with the username to support
the same usernames with different subdomains.
The username is split with the first '.'.
2 matches
Mail list logo