aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2022-09-30Bump To Django 4.1.1 & Update DependenciesGravatar Hassan Abouelela-463/+441
Update outdated and broken dependencies. Signed-off-by: Hassan Abouelela <[email protected]>
2022-09-30Switch To Coveralls ActionGravatar Hassan Abouelela-6/+8
The coveralls package has consistently caused issues for us, so it made sense to switch to something that's a little more decoupled, especially when it has official support. Switching is simple, since coverage.py can natively generate the format used by the coveralls action, and everything else is plug and play. Signed-off-by: Hassan Abouelela <[email protected]>