-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
While running the following commands on the regapp debug container:
python manage.py terms --report --grace=0python 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 adk1361@bu.edu. 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'
Metadata
Metadata
Assignees
Labels
No labels