Closed mmoomocow closed 4 years ago
changed "is not" to "!=" changed to fix issue #27
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
Please add this
@all-contributors please add @mmoomocow for bug and code
@ZeroCoolHacker
I've put up a pull request to add @mmoomocow! :tada:
changed "is not" to "!=" changed to fix issue #27