mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
9 lines
168 B
Python
9 lines
168 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class ClosedverseMainConfig(AppConfig):
|
|
name = 'closedverse_main'
|
|
verbose_name = "Cedar"
|