ajout django-widget-tweaks

This commit is contained in:
Aurélien Delobelle 2016-09-03 16:29:32 +02:00
parent f5e334afe0
commit 9236ab0a77
2 changed files with 2 additions and 0 deletions

View file

@ -52,6 +52,7 @@ INSTALLED_APPS = (
'bootstrapform',
'kfet',
'channels',
'widget_tweaks',
)
MIDDLEWARE_CLASSES = (

View file

@ -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