Skip to content

Commit

Permalink
Added account activation email and sending email reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilanchal Panigrahy committed Dec 20, 2023
1 parent c49bba1 commit 5621a92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs):
# Get a list of users who have not activated their accounts
inactive_users = User.objects.filter(is_active=False)
# inactive_users = User.objects.filter(email="[email protected]")

email_count = 0
for user in inactive_users:
Expand Down

0 comments on commit 5621a92

Please sign in to comment.