grammatical-error-correctio.../backend/translation/apps.py
Wojciech Jarmosz b586f3c7ed GEC-backend
2022-06-01 10:19:32 +02:00

7 lines
154 B
Python

from django.apps import AppConfig
class TranslationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'translation'