Commit dab586ce authored by John Red Medrano's avatar John Red Medrano

merge conflict migration

parent 20f54285
......@@ -118,8 +118,6 @@ class ForgotPassword(APIView):
existingUser = User.objects.filter(email=email).first()
print(existingUser)
if existingUser:
# Check if there's existing request
exToken = AuthToken\
......
# Generated by Django 2.2 on 2019-09-13 15:45
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('entities', '0008_passwordreset'),
('entities', '0010_auto_20190913_1143'),
]
operations = [
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment