Skip to content

Instantly share code, notes, and snippets.

@MattTheRed
Created August 20, 2013 12:19
Show Gist options
  • Save MattTheRed/6280663 to your computer and use it in GitHub Desktop.
Save MattTheRed/6280663 to your computer and use it in GitHub Desktop.
from django.contrib.auth import get_user_model
User = get_user_model()
admin.site.register(User)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment