bloggy
bloggy copied to clipboard
Open source codebase for stacktips.com blog. It is built using Python and Django framework.
OSError at / [Errno 22] Invalid argument: 'D:\\blogcms\\bloggy\\:\\pages\\home.html' Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 4.2.1 Exception Type: OSError Exception Value: [Errno 22] Invalid argument: 'D:\\blogcms\\bloggy\\:\\pages\\home.html' Exception Location: C:\Users\hp\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\django\template\loaders\filesystem.py,...
Currently, the SEO title and SEO description are hardcoded in the app. This can be moved to a dedicated table to make it dynamic.
1 - the horizontal scroll appears on the home page for some margin or padding that goes outside the container. 2 - in articles, the author's biography is not responsive...
The current search functionality is limited and it is implemented natively using Django. It can be replaced by more intituative Algolia search. Steps involved: 1. Create an API key with...