Korektury api init
This commit is contained in:
parent
04508206bb
commit
22e88daf02
4 changed files with 8 additions and 0 deletions
0
korektury/api/__init__.py
Normal file
0
korektury/api/__init__.py
Normal file
7
korektury/api/apps.py
Normal file
7
korektury/api/apps.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ApiConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'korektury.api'
|
||||
label = 'korektury_api' # Protože jedno api už máme.
|
0
korektury/api/migrations/__init__.py
Normal file
0
korektury/api/migrations/__init__.py
Normal file
|
@ -134,6 +134,7 @@ INSTALLED_APPS = (
|
|||
'tvorba',
|
||||
'galerie',
|
||||
'korektury',
|
||||
'korektury.api',
|
||||
'prednasky',
|
||||
'header_fotky',
|
||||
'various',
|
||||
|
|
Loading…
Reference in a new issue