This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

7 lines
140 B
Python

from django.apps import AppConfig
class MydataBenchmarksConfig(AppConfig):
name = 'mydata_benchmarks'
verbose_name = 'Benchmarks'