Last active
March 24, 2020 06:54
-
-
Save otkrsk/d051633ae4c0d0f1a9a077ecdfd5d0d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from utils.company.helpers import * | |
email='[email protected]' | |
company = get_company_by_email(email) | |
from employee.models import EmployeeUser | |
employee_obj = EmployeeUser.objects.filter(email__iexact=email.strip()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment