3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-08-17 23:43:39 +00:00
coope/preferences/apps.py
2018-08-31 14:46:35 +02:00

5 lines
97 B
Python

from django.apps import AppConfig
class PreferencesConfig(AppConfig):
name = 'preferences'