sort import
This commit is contained in:
parent
a027a90a39
commit
995b6186c6
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
import names
|
import names
|
||||||
from django.db.models import Sum
|
|
||||||
from django.contrib.auth.decorators import login_required
|
from django.contrib.auth.decorators import login_required
|
||||||
|
from django.db.models import Q, Sum
|
||||||
from django.shortcuts import HttpResponse, redirect, render
|
from django.shortcuts import HttpResponse, redirect, render
|
||||||
from django.db.models import Q
|
|
||||||
from rescuer.models import Rescuer
|
from rescuer.models import Rescuer
|
||||||
|
|
||||||
from .forms import BirdAddForm, BirdEditForm
|
from .forms import BirdAddForm, BirdEditForm
|
||||||
from .models import FallenBird, Bird
|
from .models import Bird, FallenBird
|
||||||
|
|
||||||
|
|
||||||
@login_required(login_url="account_login")
|
@login_required(login_url="account_login")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue