From 168cdac2c4acc36a99598c0f8e0ef90587764561 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 19 Dec 2023 09:58:42 -0800 Subject: [PATCH] rename VERSION_RELEASES to VERSIONS_AVAILABLE --- archivebox/core/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/core/urls.py b/archivebox/core/urls.py index 8746083d..1f3732d5 100644 --- a/archivebox/core/urls.py +++ b/archivebox/core/urls.py @@ -8,7 +8,7 @@ from django.views.generic.base import RedirectView from core.views import HomepageView, SnapshotView, PublicIndexView, AddView, HealthCheckView -from config import VERSION, VERSION_RELEASES, CAN_UPGRADE +from config import VERSION, VERSIONS_AVAILABLE, CAN_UPGRADE # print('DEBUG', settings.DEBUG)