mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
8 lines
184 B
Python
8 lines
184 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class WatsonAppConfig(AppConfig):
|
||
|
|
"""App configuration for watson."""
|
||
|
|
name = 'watson'
|
||
|
|
default_auto_field = 'django.db.models.AutoField'
|