Add django-widget-tweaks package

This commit is contained in:
Adam Goldsmith 2020-12-15 01:46:09 -05:00
parent 9d825f74c4
commit 7b0ea4cb62
3 changed files with 11 additions and 1 deletions

View File

@ -6,6 +6,7 @@ name = "pypi"
[packages]
python-dateutil = "*"
django = "*"
django-widget-tweaks = "*"
[dev-packages]

10
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "64b1e68f970f46b617635ca93a8df0c99c5bc951c5046ded084372a8e814dc36"
"sha256": "30d9cc31ff64b35f7f1d603f791f6cb864acf3f4f8b76239690f5661f279faff"
},
"pipfile-spec": 6,
"requires": {
@ -32,6 +32,14 @@
"index": "pypi",
"version": "==3.1.4"
},
"django-widget-tweaks": {
"hashes": [
"sha256:9f91ca4217199b7671971d3c1f323a2bec71a0c27dec6260b3c006fa541bc489",
"sha256:f80bff4a8a59b278bb277a405a76a8b9a884e4bae7a6c70e78a39c626cd1c836"
],
"index": "pypi",
"version": "==1.4.8"
},
"python-dateutil": {
"hashes": [
"sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c",

View File

@ -33,6 +33,7 @@ ALLOWED_HOSTS = []
INSTALLED_APPS = [
'tasks.apps.TasksConfig',
'widget_tweaks',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',