aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2019-11-12Add the `--debug` flag to the start commandGravatar Matteo Bertucci-1/+1
2019-11-11Add pipenv run start commandGravatar Akarys42-0/+1
2019-11-03Resolve migration merge conflictsGravatar Sebastiaan Zeeff-8/+8
Since other pull requests were merged that also included migrations for the API app, this PR needed to be updated to avoid conflicts in the migration history. In addition, the test files contained names of specific migration files that needed to be updated to the correct names after the merge resolution.
2019-10-26Add new rules.Gravatar scragly-32/+18
2019-10-23Full coverage and finish cleanupGravatar Gareth Coles-5/+96
2019-10-23Add user settings modal, with connections management and account deletionGravatar Gareth Coles-13/+310