simonwillisonblog
simonwillisonblog copied to clipboard
The source code behind my blog
Results
22
simonwillisonblog issues
Sort by
recently updated
recently updated
newest added
Spotted in the deploy logs: ``` This app is using the Heroku-22 stack, however a newer stack is available. To upgrade to Heroku-24, see: https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack ``` https://devcenter.heroku.com/articles/upgrading-to-the-latest-stack
enhancement
Add a tool for merging two tags at `/admin/merge-tags/`. * Add a view in `blog/staff_views.py` for handling the merge tags functionality with the `staff_member_required` decorator. * Add a URL pattern...