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