Add basic API functions and working account.auth method

This commit is contained in:
2022-09-17 12:01:14 +03:00
parent 59ec0647dc
commit d51ffa0eb2
9 changed files with 262 additions and 9 deletions

View File

@@ -20,7 +20,6 @@ class SiteAccountManager(BaseUserManager):
return user
def get_by_natural_key(self, email_):
print(email_)
return self.get(email=email_)