mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #21302 -- Fixed unused imports and import *.
This commit is contained in:
parent
9f76ea1eaa
commit
36ded01527
116 changed files with 248 additions and 181 deletions
|
|
@ -1,8 +1,7 @@
|
|||
from django.contrib import admin
|
||||
from django.core.paginator import Paginator
|
||||
|
||||
from .models import (Event, Child, Parent, Genre, Band, Musician, Group,
|
||||
Quartet, Membership, ChordsMusician, ChordsBand, Invitation, Swallow)
|
||||
from .models import Event, Child, Parent, Swallow
|
||||
|
||||
|
||||
site = admin.AdminSite(name="admin")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue