mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
6 lines
93 B
Python
6 lines
93 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class New_themeConfig(AppConfig):
|
|
name = 'new_theme'
|