now shared components are in an application

now var components are in shared
installing widget_tweaks
This commit is contained in:
Qwann 2017-02-21 11:07:36 +01:00
parent d0620a6bf8
commit 6be19a463c
75 changed files with 68 additions and 43 deletions

5
shared/apps.py Normal file
View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class SharedConfig(AppConfig):
name = 'shared'