pandora/pandora/text/apps.py

8 lines
141 B
Python
Raw Normal View History

2023-07-27 17:27:00 +00:00
from django.apps import AppConfig
class TextConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = 'text'