Korektury api init

This commit is contained in:
Jonas Havelka 2024-12-03 20:10:41 +01:00
parent 04508206bb
commit 22e88daf02
4 changed files with 8 additions and 0 deletions

View file

7
korektury/api/apps.py Normal file
View 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.

View file

View file

@ -134,6 +134,7 @@ INSTALLED_APPS = (
'tvorba',
'galerie',
'korektury',
'korektury.api',
'prednasky',
'header_fotky',
'various',