fix alkator_choices
This commit is contained in:
parent
3bedf03c16
commit
d4bc4f7ce7
@ -1,9 +1,9 @@
|
||||
from django.db import models
|
||||
|
||||
ALKATOR_CHOICES =(
|
||||
("1", "Alkátor"),
|
||||
("2", "Alkátor light"),
|
||||
("3", "Nealkátor"),
|
||||
(1, "Alkátor"),
|
||||
(2, "Alkátor light"),
|
||||
(3, "Nealkátor"),
|
||||
)
|
||||
|
||||
class User(models.Model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user