add future api spec design

This commit is contained in:
Nick Sweeting 2021-01-30 05:35:17 -05:00
parent a98298103d
commit 6edae6a17f
2 changed files with 43 additions and 2 deletions

View file

@ -24,6 +24,16 @@ from main import add, remove
from config import OUTPUT_DIR
from extractors import archive_links
# Admin URLs
# /admin/
# /admin/login/
# /admin/core/
# /admin/core/snapshot/
# /admin/core/snapshot/:uuid/
# /admin/core/tag/
# /admin/core/tag/:uuid/
# TODO: https://stackoverflow.com/questions/40760880/add-custom-button-to-django-admin-panel
def update_snapshots(modeladmin, request, queryset):