mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-07-15 13:35:00 +00:00
6 lines
180 B
Python
6 lines
180 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UnspecifiedAppDirectoryConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'unspecified_app_directory'
|