forked from DGNum/gestioCOF
ajout django-widget-tweaks
This commit is contained in:
parent
f5e334afe0
commit
9236ab0a77
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ INSTALLED_APPS = (
|
|||
'bootstrapform',
|
||||
'kfet',
|
||||
'channels',
|
||||
'widget_tweaks',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
|
|
@ -18,3 +18,4 @@ asgi-redis==0.14.0
|
|||
-e git+https://github.com/Aureplop/channels.git#egg=channel
|
||||
statistics==1.0.3.5
|
||||
future==0.15.2
|
||||
django-widget-tweaks==1.4.1
|
||||
|
|
Loading…
Reference in a new issue