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

6 lines
85 B
Python
Raw Normal View History

2025-03-03 21:51:01 +01:00
from django.apps import AppConfig
class UtilsConfig(AppConfig):
name = 'utils'