mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
7 lines
127 B
Python
7 lines
127 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ClosedverseMainConfig(AppConfig):
|
|
name = 'closedverse_main'
|
|
verbose_name = "Cedar"
|