Mark Walker
Mark Walker
When emails tend to go to spam, there's things that can be done to help by adding DNS records for the domain. I'm not sure who has access for that...
@cliff688 With a module you can organise things a little better. For example, we've got `event.py` to house event related models which is especially useful because the `Event` model is...
I can't decide if this will fix #1017 because that's referring to `title` not `page_title` and I can't see anything here where the two might mean the same thing as...
There are a lot of blog posts on uv, and then also uv & django. Found the following from a quick search, and it looks particularly useful and in depth;...
@bmispelon Yeah I saw that Paolo has been working on dropping 3.8 and I generally setup a venv with whatever is in the dockerfile, so that's 3.12. Also makes it...
@bmispelon I'll have to check. Had a hectic month but planning on getting back to the project (like writing those tests for Jeff's change) over the holiday so I don't...
Yeah this apears to have been resolved through recent changes.
@bmispelon excellent, I'll keep going through the apps. I've got a PR for agregator open as well. So that matches my thoughts that we end up with a squashed commit...
On a side note, my test suite is failing me and I'm not sure why. ``` ====================================================================== ERROR: blog.tests (unittest.loader._FailedTest.blog.tests) ---------------------------------------------------------------------- ImportError: Failed to import test module: blog.tests Traceback (most...
> And there should also be some tests added (I'm suprised there weren't already Yes I was surprised & expecting you to suggest this 😄