8 lines
194 B
Python
8 lines
194 B
Python
![]() |
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class DiscoveryConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'apps.discovery'
|
||
|
verbose_name = 'Creator Discovery'
|