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 = (