diff options
author | CruiseDevice | 2018-08-20 14:04:12 +0530 |
---|---|---|
committer | CruiseDevice | 2018-08-20 14:04:12 +0530 |
commit | 85c165215226e4c70f42f2d2d46542e9cf9471a5 (patch) | |
tree | 142125b7da8cac69361a2e6347dbba21db2bf3e6 /requirements.txt | |
parent | cf82842d1e07df74d457bd37197ac6b1dbad9074 (diff) | |
download | sbhs_server-85c165215226e4c70f42f2d2d46542e9cf9471a5.tar.gz sbhs_server-85c165215226e4c70f42f2d2d46542e9cf9471a5.tar.bz2 sbhs_server-85c165215226e4c70f42f2d2d46542e9cf9471a5.zip |
add django-widget-tweaks to requirements.txt
- for tweaking the form field rendering in templates.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e519078..2629a8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ certifi==2018.4.16 chardet==3.0.4 Django==1.11 +django-widget-tweaks==1.4.2 idna==2.7 pytz==2018.5 requests==2.19.1 |