Added Primary Character field

This commit is contained in:
2011-06-10 01:12:02 +01:00
parent 373ebc5b68
commit 4a0f40b0b8
7 changed files with 244 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ class SSOUser(models.Model):
user = models.ForeignKey(User, unique=True, related_name='profile')
primary_character = models.ForeignKey(EVEPlayerCharacter, null=True)
api_service_password = models.CharField("API Services Password", max_length=200, blank=True)
def __unicode__(self):