mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
6 lines
159 B
Python
6 lines
159 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class KnowledgeBaseConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'knowledge_base'
|