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
While running the following commands on the regapp debug container:
python manage.py terms --report --grace=0
python manage.py terms --grace=0
Showing the following exceptions:
2024-09-04 15:17:46,964 regapp.apps.regapp.management.commands.terms INFO Sent terms and conditions update notification to [email protected]. Current accepted version v1.0.0, required version v1.1.0
Traceback (most recent call last):
File "/code/manage.py", line 22, in <module>
main()
File "/code/manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.9/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.9/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.9/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.9/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/code/regapp/apps/regapp/management/commands/terms.py", line 164, in handle
[u['email']],
KeyError: 'email'
The text was updated successfully, but these errors were encountered:
Milstein
changed the title
Ts&Cs management command exception while upgrading version
Ts&Cs management command exception while running for the latest version
Sep 4, 2024
While running the following commands on the
regapp
debug container:python manage.py terms --report --grace=0
python manage.py terms --grace=0
Showing the following exceptions:
The text was updated successfully, but these errors were encountered: