8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-17 11:43:08 +00:00
re2o/preferences/apps.py

12 lines
185 B
Python
Raw Permalink Normal View History

"""
Configuration of preferences app.
"""
from django.apps import AppConfig
class PreferencesConfig(AppConfig):
"""Configuration of preferences app."""
2021-02-10 10:06:09 +00:00
name = "preferences"