You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I get into the container and check the python self-reported version, it works
poetry run python manage.py shell
Python 3.10.13 (main, Mar 12 2024, 12:16:25) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> import pkg_resources; pkg_resources.get_distribution('prophecies').version
'0.5.14'
>>> import prophecies
>>> prophecies.VERSION
'0.5.14'
>>>
"orgName": ("ICIJ", "Name of the organization deploying this app"),
But I do see it if I vandalize that table
(
cat<<EOPYimportos# on Constance update to v3, import will change to constance.models or something fromconstance.backends.database.modelsimportConstanceimportpropheciesforkeyin ['appName', 'avatarUrlTemplate', 'loginAccountButton', 'orgName', 'logoutUrl', 'version']:
c, _=Constance.objects.get_or_create(key=key)
c.value=prophecies.VERSIONifkey=='version'elseos.getenv(key)
c.save()
print(c, key, 'setting was set to', os.getenv(key))
EOPY
) |makeshell
In profile dropdown
But when I get into the container and check the python self-reported version, it works
I see some js here
prophecies/prophecies/apps/frontend/src/components/AppVersion.vue
Line 6 in 27a581f
Do I need to rebuild some js for version # to take effect?
The text was updated successfully, but these errors were encountered: