All Posts Create a Post
1
votes
413
views
Django Standard API Response Middleware for DRF
Posted at 4 months, 2 weeks ago / Oct. 11, 2020, 8:04 a.m.
As you can see, if you using django-rest-framework, you will found many different response format. This middleware to solve all of these problems with implement the Standard API Response. All …
0
votes
245
views
Markdown syntax to resize or styling the image
Posted at 4 months, 2 weeks ago / Oct. 11, 2020, 8:04 a.m.
This case was issued by muradaliyev88 in django-markdown-editor repository. as answered by rudolfbyker If you are writing MarkDown for PanDoc, you can do this: {height=100px} or {style="border: 1px solid;height:100px"} result …
0
votes
326
views
changewords - Simply python tool to change or replace the text string in the files
Posted at 4 months, 2 weeks ago / Oct. 11, 2020, 8:04 a.m.
changewords is Simply python tool to change or replace the text string in the files. This tool pretty nice for programmers if somehow they want to replace/change their codes for …