6 lines
No EOL
111 B
Python
6 lines
No EOL
111 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MyConfig(AppConfig):
|
|
name = 'apps.files'
|
|
label = 'apps_files' |