ZeroCoolHacker / easy-school

A Django based School Management Web Application
Other
119 stars 80 forks source link

Syntax Warning When makemigrations is run #27

Closed oyeyipo closed 3 years ago

oyeyipo commented 4 years ago
$ python manage.py makemigrations
C:\code\easy-school\students\forms.py:22: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if len(qs) is not 0:
Migrations for 'students':
  students\migrations\0025_auto_20200402_0743.py
    - Alter field valid_until on studentfee

the fix is clearly in the warning though.

Nice project!

ZeroCoolHacker commented 3 years ago

Thank you @oyeyipowale and @mmoomocow for taking interest in this project. I have been busy at the job. But I am thinking to make it more complete.