9 lines
230 B
Python
9 lines
230 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ExampleDataGeneratorAppConfig(AppConfig):
|
|
name = "tests.example_data_generator"
|
|
label = "tests.example_data_generator"
|
|
verbose_name = "Example Data Generator"
|
|
version = ""
|