Skip to content

Commit

Permalink
remove migration file and fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
marosmola committed Nov 1, 2020
1 parent ee95015 commit cc5bd52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion teachers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.contrib.auth.forms import UserCreationForm
from django.contrib.auth.models import User
from django.utils.translation import ugettext_lazy as _
from django.db.models import Avg, Sum
from django.db.models import Sum
from django.db.models.functions import Trunc

from .models import Teacher, TeacherSalary, FinanceSummary
Expand Down
25 changes: 0 additions & 25 deletions teachers/migrations/0002_teachersalary.py

This file was deleted.

0 comments on commit cc5bd52

Please sign in to comment.