mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 15:48:31 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ThemeConfig(AppConfig):
|
|
name = 'theme'
|