Files
python-test/catalog/apps.py
T
admin-tea 9bf877f169
ci-tests/python-test/pipeline/head This commit looks good
updated the file and adding jenkinsfile
2021-02-02 10:43:26 +02:00

6 lines
89 B
Python

from django.apps import AppConfig
class CatalogConfig(AppConfig):
name = 'catalog'