mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Added applications field into EVEPlayerCorporation
This commit is contained in:
@@ -157,6 +157,7 @@ class EVEPlayerCorporation(EVEAPIModel):
|
||||
logo_color3 = models.IntegerField(blank=True, null=True)
|
||||
|
||||
group = models.ForeignKey(Group, blank=True, null=True)
|
||||
applications = models.BooleanField(blank=False, default=False)
|
||||
|
||||
objects = EVEPlayerCorporationManager()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user