Add crispy_forms for restframework
This commit is contained in:
parent
7b8aeb472c
commit
3b81fa38ae
3 changed files with 11 additions and 1 deletions
1
Pipfile
1
Pipfile
|
@ -23,6 +23,7 @@ django-anymail = ">=2.2"
|
|||
guess_language-spirit = ">=0.5.3"
|
||||
Pillow = ">=5.1.0"
|
||||
ConcurrentLogHandler = ">=0.9.1"
|
||||
django-crispy-forms = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.6"
|
||||
|
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "be7ce8c911643686daf91402f78a18d03a1585e4b63856e8f9ccce1767dc356c"
|
||||
"sha256": "e3ec65adaa794f2fcd004ccbf2b97c4ca0f7ac254fad5f3cc7416a3755d8afb8"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
|
@ -93,6 +93,14 @@
|
|||
],
|
||||
"version": "==2.2"
|
||||
},
|
||||
"django-crispy-forms": {
|
||||
"hashes": [
|
||||
"sha256:5952bab971110d0b86c278132dae0aa095beee8f723e625c3d3fa28888f1675f",
|
||||
"sha256:705ededc554ad8736157c666681165fe22ead2dec0d5446d65fc9dd976a5a876"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==1.7.2"
|
||||
},
|
||||
"django-el-pagination": {
|
||||
"hashes": [
|
||||
"sha256:4ef652f65350b754028f0c23d72dcd60461215b589f269bc23f78ee00b96d0f8"
|
||||
|
|
|
@ -30,3 +30,4 @@ gunicorn==19.9.0
|
|||
whitenoise==4.1
|
||||
ConcurrentLogHandler==0.9.1
|
||||
django-anymail==5.0
|
||||
django-crispy-forms==1.7.2
|
||||
|
|
Loading…
Reference in a new issue