1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12:00

rename VERSION_RELEASES to VERSIONS_AVAILABLE

This commit is contained in:
Nick Sweeting 2023-12-19 09:58:42 -08:00 committed by GitHub
parent 480eff52db
commit 168cdac2c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)