djangoBlog
djangoBlog copied to clipboard
Improve the post writing page
As currently the default django post create,delete and update views have been used in the application. The following changes is expected after taking over this issue: There should be three sections for any post: a)Title b) Tags c) Content Following changes are also expected:
- Change the UI of the Create Post page as no box should be displayed just a heading for each purpose and after that space for writing the content.
- Add option to change the font size and style while writing the post.
- Add option to add links.
- Add option to highlight any content.
- Add option to add GIFS.
- Add option to add images of custom size while writing the post.
You can refer medium.com or dev.to for reference. Thanks:)