mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-14 12:43:22 +02:00
6 lines
150 B
Python
6 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class StatusappConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'statusapp'
|