Update apps/home/models.py
This commit is contained in:
parent
2691380f81
commit
c94775d93c
@ -55,8 +55,6 @@ class Ticket(models.Model):
|
|||||||
max_length=650,
|
max_length=650,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Dirty Foreigers
|
|
||||||
|
|
||||||
author = models.ForeignKey(
|
author = models.ForeignKey(
|
||||||
settings.AUTH_USER_MODEL,
|
settings.AUTH_USER_MODEL,
|
||||||
verbose_name=_("author"),
|
verbose_name=_("author"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user