wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.12k stars 182 forks source link

Add django22 #284

Closed Chris7 closed 4 years ago

Chris7 commented 5 years ago

Adds support for django 2.2 and improves setup.py so Django 2+ is not installed on python2.7

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 77.51% when pulling dd32149b2d6e96638ab39450bf23c190a4d4b83b on add-django22 into be5809704c85d1e608262295374b0bb6c9b98c88 on master.

codecov-io commented 4 years ago

Codecov Report

Merging #284 into master will decrease coverage by 0.01%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #284      +/-   ##
==========================================
- Coverage   73.04%   73.03%   -0.02%     
==========================================
  Files          38       38              
  Lines        2393     2392       -1     
  Branches      359      360       +1     
==========================================
- Hits         1748     1747       -1     
  Misses        526      526              
  Partials      119      119              
Flag Coverage Δ
#unittests 73.03% <91.66%> (-0.02%) :arrow_down:
Impacted Files Coverage Δ
wooey/backend/utils.py 77.26% <87.50%> (ø)
wooey/models/core.py 79.52% <100.00%> (ø)
wooey/models/mixins.py 90.90% <100.00%> (ø)
wooey/test_settings.py 52.38% <100.00%> (-1.11%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ccf45f7...c158e30. Read the comment docs.