Skip to content

Instantly share code, notes, and snippets.

@jramnai
Created August 25, 2020 06:13
Show Gist options
  • Save jramnai/615691cdb443a2f908a5571a552b3d63 to your computer and use it in GitHub Desktop.
Save jramnai/615691cdb443a2f908a5571a552b3d63 to your computer and use it in GitHub Desktop.
from django.contrib.auth.models import User
from student.views import compose_and_send_activation_email
user = User.objects.get(email='test@example.com')
compose_and_send_activation_email(user, user.profile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment