mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
refactor: Move logging.py to main module to avoid circular import issues
This commit is contained in:
parent
f449e58239
commit
f4d1b5121e
29 changed files with 35 additions and 35 deletions
|
@ -3,7 +3,7 @@ from django.utils.html import format_html
|
|||
|
||||
from util import htmldecode, urldecode
|
||||
from core.models import Snapshot
|
||||
from cli.logging import printable_filesize
|
||||
from archivebox.logging import printable_filesize
|
||||
|
||||
# TODO: https://stackoverflow.com/questions/40760880/add-custom-button-to-django-admin-panel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue