mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Switch over to using ApplicationConfig as the backend for HR configuration
This commit is contained in:
@@ -28,7 +28,6 @@ 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)
|
||||
|
||||
class Meta:
|
||||
app_label = 'eve_api'
|
||||
|
||||
Reference in New Issue
Block a user