Init tvorby
This commit is contained in:
parent
75a7e607d5
commit
5346da5107
4 changed files with 6 additions and 0 deletions
|
@ -148,6 +148,7 @@ INSTALLED_APPS = (
|
|||
'vysledkovky',
|
||||
'personalni',
|
||||
'soustredeni',
|
||||
'tvorba',
|
||||
'treenode',
|
||||
'vyroci',
|
||||
|
||||
|
|
0
tvorba/__init__.py
Normal file
0
tvorba/__init__.py
Normal file
5
tvorba/apps.py
Normal file
5
tvorba/apps.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TvorbaConfig(AppConfig):
|
||||
name = 'tvorba'
|
0
tvorba/migrations/__init__.py
Normal file
0
tvorba/migrations/__init__.py
Normal file
Loading…
Reference in a new issue