PragatiVerma18 / Snippet-Share

This is a snippet sharing app that can be used to share snippets of code and more.
https://snip-share.herokuapp.com/
46 stars 35 forks source link

Fixing Multi Dict (search) error #80

Open iihsan opened 2 years ago

iihsan commented 2 years ago

Problem: When we clone the Master branch and try to run the server after applying migrations, the index.html page was loaded successfully, but when we tried to submit a new snippet, then it was giving Multi Dict error in views.py, so developers were unable to add snippets.

Solution: I've fixed that by deleting the author field, I know it was added for specific purposes but it was not configured properly, so I've commented that piece of code until unless we give the proper implementation for author as well.