Further integration work with tagging

This commit is contained in:
2011-07-28 14:22:07 +01:00
parent 62140ac855
commit 9a457e6c40
4 changed files with 222 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ class SSOUser(models.Model):
user = models.ForeignKey(User, unique=True, related_name='profile')
primary_character = models.ForeignKey(EVEPlayerCharacter, null=True)
tag_reddit_accounts = models.BooleanField("Tag Reddit Accounts?", default=False)
api_service_password = models.CharField("API Services Password", max_length=200, blank=True)
def __unicode__(self):