djangoBlog icon indicating copy to clipboard operation
djangoBlog copied to clipboard

A simple web app made using Django.

Results 30 djangoBlog issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

As I am planning to host this application online as developer blogs. The functionality would include: 1. Users can register themselves and create their own profile. Add option to register...

help wanted

The current UI/UX of the web app doesn't looks good. Make it more attractive by suggesting some of the mockups for the UI/UX design of the Web App. Add detailed...

enhancement
help wanted
difficult

Currently, all the posts are displayed according to the date created. You can add a sidebar to sort the post by following way: 1. By tags 2. By most commented...

There should be option to select all possible tags after a topic is selected. The tags should be displayed at the last of post.