forked from 00dani/lemoncurry
Add support for the django.contrib.admindocs feature
This commit is contained in:
parent
236a32ebc1
commit
025910029e
4 changed files with 269 additions and 239 deletions
7
Pipfile
7
Pipfile
|
@ -1,17 +1,12 @@
|
|||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[requires]
|
||||
|
||||
python_version = '3.6'
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
django = "*"
|
||||
django-compressor = "*"
|
||||
gunicorn = "*"
|
||||
|
@ -48,6 +43,6 @@ pytest-django = "*"
|
|||
"argon2-cffi" = "*"
|
||||
python-baseconv = "*"
|
||||
django-computed-property = "*"
|
||||
|
||||
docutils = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue