yashwanthbabu/Django-BlogAsh

Usage of {} instead of datatype dict directly was fast

Closed this issue · 1 comments

In views.py at many places dict() data type was used directly like here https://github.com/yashwanthbabu/DjangoBlog/blob/master/blog/views.py#L24, but using {} instead of dict() will be fast.