mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-04 03:19:38 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AppsettingsConfig(AppConfig):
|
|
name = "appsettings"
|