This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/utils/apps.py
2025-03-03 21:51:01 +01:00

5 lines
85 B
Python

from django.apps import AppConfig
class UtilsConfig(AppConfig):
name = 'utils'