IDDRS/App/apps.py
2022-06-17 14:06:51 +02:00

6 lines
81 B
Python

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