6 lines
101 B
Python
Executable File
6 lines
101 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class GenericsourceConfig(AppConfig):
|
|
name = 'genericsource'
|