Skip to content

Instantly share code, notes, and snippets.

@icu0755
Last active December 17, 2015 10:45
Show Gist options
  • Save icu0755/a7873ce1f731c64e7209 to your computer and use it in GitHub Desktop.
Save icu0755/a7873ce1f731c64e7209 to your computer and use it in GitHub Desktop.
from django.contrib.auth.models import User
User.objects.create_user('<username>', '<email>', '<password>')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment