8000 Added account activation email and sending email reminders · StackTipsLab/bloggy@5621a92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5621a92

Browse files
author
Nilanchal Panigrahy
committed
Added account activation email and sending email reminders
1 parent c49bba1 commit 5621a92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bloggy/management/commands/send_account_activation_reminders.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Command(BaseCommand):
1313
def handle(self, *args, **kwargs):
1414
# Get a list of users who have not activated their accounts
1515
inactive_users = User.objects.filter(is_active=False)
16-
# inactive_users = User.objects.filter(email="nilanchala.p2007@gmail.com")
1716

1817
email_count = 0
1918
for user in inactive_users:

0 commit comments

Comments
 (0)
0