Oprava nejvíc haluz migrace, wtf, nevím co dělám
Best commit.
This commit is contained in:
parent
17b4a4764c
commit
4182bd542e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from django.urls import reverse
|
||||||
|
|
||||||
# Whatever, makemigrations chce default, má ho mít lol.
|
# Whatever, makemigrations chce default, má ho mít lol.
|
||||||
def _default_aktualni_cislo():
|
def _default_aktualni_cislo():
|
||||||
return Cislo.objects.last()
|
return Cislo.objects.last().id
|
||||||
|
|
||||||
@reversion.register(ignore_duplicates=True)
|
@reversion.register(ignore_duplicates=True)
|
||||||
class Nastaveni(SingletonModel):
|
class Nastaveni(SingletonModel):
|
||||||
|
|
Loading…
Reference in a new issue