mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-31 12:19:49 +02:00
6 lines
93 B
Python
6 lines
93 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DashboardConfig(AppConfig):
|
|
name = 'dashboard'
|