mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-16 19:33:44 +00:00
Add missing import
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
Admin interface models. Automatically detected by admin.autodiscover().
|
||||
"""
|
||||
from django.contrib import admin
|
||||
import celery
|
||||
from eve_api.models import *
|
||||
|
||||
from eve_api.tasks import import_apikey, import_eve_character
|
||||
|
||||
def account_api_update(modeladmin, request, queryset):
|
||||
|
||||
Reference in New Issue
Block a user