mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4be18a58b4
@ -6,6 +6,8 @@ from eveonline.models import EveCorporationInfo
|
||||
|
||||
|
||||
class Timer(models.Model):
|
||||
class Meta:
|
||||
ordering = ['eve_time']
|
||||
name = models.CharField(max_length=254, default="")
|
||||
system = models.CharField(max_length=254, default="")
|
||||
planet_moon = models.CharField(max_length=254, default="")
|
||||
@ -15,4 +17,4 @@ class Timer(models.Model):
|
||||
important = models.BooleanField(default=False)
|
||||
eve_character = models.ForeignKey(EveCharacter)
|
||||
eve_corp = models.ForeignKey(EveCorporationInfo)
|
||||
user = models.ForeignKey(User)
|
||||
user = models.ForeignKey(User)
|
||||
|
Loading…
x
Reference in New Issue
Block a user