mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Remove old util
This commit is contained in:
parent
e456e0fd99
commit
f5a078b68f
1 changed files with 0 additions and 7 deletions
|
|
@ -8,13 +8,6 @@ from django.utils.importlib import import_module
|
|||
from pilkit.utils import *
|
||||
|
||||
|
||||
def get_spec_files(instance):
|
||||
try:
|
||||
return instance._ik.spec_files
|
||||
except AttributeError:
|
||||
return []
|
||||
|
||||
|
||||
def _get_models(apps):
|
||||
models = []
|
||||
for app_label in apps or []:
|
||||
|
|
|
|||
Loading…
Reference in a new issue