now shared components are in an application
now var components are in shared installing widget_tweaks
This commit is contained in:
parent
d0620a6bf8
commit
6be19a463c
75 changed files with 68 additions and 43 deletions
5
shared/apps.py
Normal file
5
shared/apps.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SharedConfig(AppConfig):
|
||||
name = 'shared'
|
Loading…
Add table
Add a link
Reference in a new issue