7 lines
139 B
Python
7 lines
139 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BYOStorageConfig(AppConfig):
|
|
name = 'byostorage'
|
|
verbose_name = 'Bring your own storage'
|