Commit graph

16 commits

Author SHA1 Message Date
Hugh Rundle e64783335a
Merge pull request #6 from hughrun/dependabot/pip/black-24.3.0
Bump black from 23.12.0 to 24.3.0
2024-03-23 15:59:07 +11:00
dependabot[bot] 8654c2e2f8
Bump black from 23.12.0 to 24.3.0
Bumps [black](https://github.com/psf/black) from 23.12.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-20 17:38:30 +00:00
Hugh Rundle eff5463e84
oops fix unsupported operand for blogs 2024-02-05 15:40:33 +11:00
Hugh Rundle 2d84788520
bug fixes
- fix can't append str to None
- fix ManyRelatedManager error in blog post announcements
- fix timedelta doesn't have "month"
2024-02-05 15:31:24 +11:00
Hugh Rundle 3c0544e5a1
set success on every run
...not just if we're adding a post
2024-01-27 11:29:37 +11:00
Hugh Rundle 6d6f1ad787
fixes
- restart container if it goes down
- connect to correct mastodon account!
- add check for `content` when parsing feeds
2024-01-27 11:26:05 +11:00
Hugh Rundle a79b771e6c
fix robots.txt
Serve robots.txt from django
2024-01-26 15:48:34 +11:00
Hugh Rundle 41f9431d33
update readme
Also removes default value for POSTGRES_PASSWORD
2024-01-26 15:28:38 +11:00
Hugh Rundle 79d27e72ba
update readme 2024-01-26 11:03:58 +11:00
Hugh Rundle ff1d837eb6
another ridiculously large commit 2024-01-26 11:00:26 +11:00
Hugh Rundle 8cc4bda231
way too many changes for one commit oops 2024-01-21 15:39:19 +11:00
Hugh Rundle 2445fadf63
various interface changes 2024-01-09 18:11:22 +11:00
Hugh Rundle 7307ec3931
prepare for prod 2024-01-08 09:33:01 +11:00
Hugh Rundle 464f95ee40
fix empty emails 2024-01-07 17:03:49 +11:00
Hugh Rundle d28dcdb069
fixes 2024-01-07 16:58:56 +11:00
Hugh Rundle 53df5c5035
initial commit 2024-01-04 11:54:56 +11:00