mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 06:20:16 +02:00
Sort op timers by date/time
This commit is contained in:
parent
a58ee5af3c
commit
40701af047
@ -6,6 +6,8 @@ from eveonline.models import EveCorporationInfo
|
|||||||
|
|
||||||
|
|
||||||
class Timer(models.Model):
|
class Timer(models.Model):
|
||||||
|
class Meta:
|
||||||
|
ordering = ['eve_time']
|
||||||
name = models.CharField(max_length=254, default="")
|
name = models.CharField(max_length=254, default="")
|
||||||
system = models.CharField(max_length=254, default="")
|
system = models.CharField(max_length=254, default="")
|
||||||
planet_moon = models.CharField(max_length=254, default="")
|
planet_moon = models.CharField(max_length=254, default="")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user