Now allows access permissions on a alliance level

This commit is contained in:
2010-05-08 18:03:24 +01:00
parent 8f0d00a6dc
commit abc214ea18
4 changed files with 17 additions and 3 deletions

View File

@@ -126,6 +126,7 @@ class EVEPlayerAlliance(EVEAPIModel):
#executor_character = models.ForeignKey(EVECharacter, blank=True, null=False)
member_count = models.IntegerField(blank=True, null=True)
date_founded = models.DateField(blank=True, null=True)
group = models.ForeignKey(Group, blank=True, null=True)
objects = EVEPlayerAllianceManager()