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

PEP8 Fixes #34

Closed svp19 closed 5 years ago

svp19 commented 5 years ago

Rename the views in users/views.py to lowercase to follow PEP8 conventions.

Ideally, Home -> home UserRegister -> register_user

You will have to ensure that the changes are reflected in urls.py too

vahini01 commented 5 years ago

I would like to solve this issue

svp19 commented 5 years ago

Closed by #35