mirror of https://github.com/doccano/doccano.git
pythonnatural-language-processingdata-labelingmachine-learningannotation-tooldatasetsactive-learningtext-annotationdataset
6 lines
148 B
6 lines
148 B
from django.apps import AppConfig
|
|
|
|
|
|
class ProjectsConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "projects"
|