Sebastien Laithier 31fa8f3e9c Refactor
2022-08-18 10:19:10 +02:00

6 lines
93 B
Python

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