mirror of
https://github.com/Balshgit/public.git
synced 2025-09-12 16:40:43 +03:00
7 lines
148 B
Python
7 lines
148 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DownloadConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'download'
|