Switch over to using ApplicationConfig as the backend for HR configuration

This commit is contained in:
2011-05-26 10:25:45 +01:00
parent e5e3e14160
commit ab86e0a550
8 changed files with 577 additions and 5 deletions

View File

@@ -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'