Usage of {} instead of datatype dict directly was fast
Closed this issue · 1 comments
shivakrshn49 commented
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.
yashwanthbabu commented
@shivakrshn49 Rectified.