oss2019 / crispy-ai

An intelligent bot that listens and summarises lectures to deliver content that is crisp and to-the-point
MIT License
7 stars 14 forks source link

There is a bug still #42

Open ayush1999guptA opened 5 years ago

ayush1999guptA commented 5 years ago

-[ ] Closes: #31 -[ ] Closes: #21 -[x] PEP8 Changes Summary: created a user profile render thingy, there is still a bug I can't sort is that it is not able to fetch media files. I removed email validation as it was very uncertain. I worked very hard on this ,I better get the t-shirt :)

pep8speaks commented 5 years ago

Hello @ayush1999guptA! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-05-23 15:09:26 UTC
svp19 commented 5 years ago

Hehe @ayush1999guptA I had a problem with email validation too, and I understand. I really do suggest you use pycharm with pep8 installed, it really helps you write clean pep8 code fast. I'll review this soon. And about media files, if the django server doesnt allow it we shall set up a cdn server.

ayush1999guptA commented 5 years ago

I fixed the pep8 issues