Skip to content

Instantly share code, notes, and snippets.

@ddahan
Created January 4, 2017 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddahan/79eff31616e2cbdbc7245e16ea77cedd to your computer and use it in GitHub Desktop.
Save ddahan/79eff31616e2cbdbc7245e16ea77cedd to your computer and use it in GitHub Desktop.
class User(AbstractBaseUser, PermissionsMixin):
#...
private_token = UUIDField(blank=True, null=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment