mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
move everything out of legacy folder
This commit is contained in:
parent
553f312125
commit
1b8abc0961
74 changed files with 3162 additions and 2629 deletions
|
@ -1,9 +1,7 @@
|
|||
|
||||
from datetime import datetime
|
||||
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import Page
|
||||
from core.models import Page
|
||||
|
||||
|
||||
class PageAdmin(admin.ModelAdmin):
|
||||
list_display = ('timestamp', 'short_url', 'title', 'is_archived', 'num_outputs', 'added', 'updated', 'url_hash')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue