Tohle nastavení už je v settings
This commit is contained in:
parent
e21a93f9e7
commit
1d36cd0761
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
class NovinkyConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'novinky'
|
||||
verbose_name = 'Novinky'
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
class SeminarConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'seminar'
|
||||
verbose_name = 'Seminář'
|
||||
|
||||
|
|
Loading…
Reference in a new issue