Files
jeweller-extend/extend/apps.py
2022-06-20 11:53:11 +03:00

6 lines
87 B
Python

from django.apps import AppConfig
class ExtendConfig(AppConfig):
name = "extend"