$ 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!