mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
rename VERSION_RELEASES to VERSIONS_AVAILABLE
This commit is contained in:
parent
480eff52db
commit
168cdac2c4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue