6 lines
115 B
Python
6 lines
115 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FilesConfig(AppConfig):
|
|
name = 'apps.files'
|
|
label = 'apps_files'
|