aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2022-03-16Add support for BumpedThreads to be stored in siteGravatar Chris Lovering-0/+129
Following our move to use Redis as just a cache, this PR allows the site to store a list of threads that need to be bumped. The bot will interact with this within the ThreadBumper cog.
2022-03-16Move FilterList imports down so they're sortedGravatar Chris Lovering-11/+11
2022-03-13Add Events TeamGravatar Cam Caswell-2/+2
2022-03-13Update Project Lead colorGravatar Cam Caswell-1/+1
2022-03-12Correct typoGravatar Johannes Christ-1/+1
Co-authored-by: Mark <[email protected]>
2022-03-12Remove unused migrations packageGravatar Johannes Christ-3/+0
2022-03-12Reword documentation per reviewGravatar Johannes Christ-14/+12
Co-authored-by: MarkKoz <[email protected]>