Add basic API functions and working account.auth method
This commit is contained in:
@@ -20,7 +20,6 @@ class SiteAccountManager(BaseUserManager):
|
||||
return user
|
||||
|
||||
def get_by_natural_key(self, email_):
|
||||
print(email_)
|
||||
return self.get(email=email_)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user