grammatical-error-correctio.../backend/translation/apps.py

7 lines
154 B
Python
Raw Normal View History

2022-06-01 10:19:32 +02:00
from django.apps import AppConfig
class TranslationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'translation'