poulpe/shared/apps.py
Qwann 6be19a463c now shared components are in an application
now var components are in shared
installing widget_tweaks
2017-02-21 11:09:10 +01:00

5 lines
87 B
Python

from django.apps import AppConfig
class SharedConfig(AppConfig):
name = 'shared'