mohitkh7 / Easy-Learning

A django based social platform which provides best resources to learn anything curated by community members.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make models.py file pep8 standard compliant

mohitkh7 opened this issue · comments

learn/models.py file is not as per pep8 guidelines. There are lots of invalid indentation and spacing. Make this file compliant to pep8 standard.

  • Install pycodestyle using pip install pycodestyle
  • run this command against models.py file, it will list down all the errors.
  • make necessary changes to models.py file.
  • add pycodestyle to requirements.txt

i'm working on it!

Done & created PR

fixed in #28