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 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)
|
# print('DEBUG', settings.DEBUG)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue