-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: requires_system_checks must be a list or tuple. #171
Comments
This error does not attract attention on
|
Thanks, @rmast. Yeah must be a syntax change from Django 3.2 to 4.2 that the tests didn't pick up. I'll investigate but just roll back to version before that PR 170 was merged for now. It adds no functionality, just moving to latest LTS. |
@rmast, still want to test a few things, but want to give JSv4/post-2-0-0-fixes a shot? |
I'm not able to see it working, probably because my local PC is too full. I tried yesterday on an Azure server, but wasn't able to log in, not even with a completely local install running the browser on that server.
The production install has other hurdles, like Auth0 and AWS storage.
I tried to spend effort in that Auth0-configuration, but then found that wouldn't work without AWS-storage in the production setup. There was no inbetween configuration with Auth0 and docker storage. I don't know whether that was configured by configuration or yml docker files.
Verzonden vanaf Outlook voor Android<https://aka.ms/AAb9ysg>
…________________________________
From: JSIV ***@***.***>
Sent: Sunday, July 28, 2024 10:54:44 PM
To: JSv4/OpenContracts ***@***.***>
Cc: rmast ***@***.***>; Mention ***@***.***>
Subject: Re: [JSv4/OpenContracts] TypeError: requires_system_checks must be a list or tuple. (Issue #171)
@rmast<https://github.com/rmast>, still want to test a few things, but want to give JSv4/post-2-0-0-fixes<https://github.com/JSv4/OpenContracts/tree/JSv4/post-2-0-0-> a shot?
—
Reply to this email directly, view it on GitHub<#171 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAZPZ5U3SMEMZPJZYECMDMLZOVLBJAVCNFSM6AAAAABLSXI7KCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGY2DCMJWHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Resolved via #172 |
I just ran the local main fullstack version locally on an Azure server and was able to upload a document to the remote browser by switching the snap version of Firefox to the PPA on Ubuntu 22.04. I didn't see above error coming by. |
django_1 | INFO 2024-07-28 11:36:19,267 0010_setup_query_permissions 13 124717578827584 Installation of default public access group COMPLETE!
django_1 | OK
django_1 | Open Contracts allowed hosts: ['django', '127.0.0.1', 'localhost', '0.0.0.0']
django_1 | Traceback (most recent call last):
django_1 | File "/app/manage.py", line 31, in
django_1 | execute_from_command_line(sys.argv)
django_1 | File "/usr/local/lib/python3.10/site-packages/django/core/management/init.py", line 442, in execute_from_command_line
django_1 | utility.execute()
django_1 | File "/usr/local/lib/python3.10/site-packages/django/core/management/init.py", line 436, in execute
django_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
django_1 | File "/usr/local/lib/python3.10/site-packages/django/core/management/init.py", line 275, in fetch_command
django_1 | klass = load_command_class(app_name, subcommand)
django_1 | File "/usr/local/lib/python3.10/site-packages/django/core/management/init.py", line 49, in load_command_class
django_1 | return module.Command()
django_1 | File "/usr/local/lib/python3.10/site-packages/django/core/management/base.py", line 284, in init
django_1 | raise TypeError("requires_system_checks must be a list or tuple.")
django_1 | TypeError: requires_system_checks must be a list or tuple.
opencontracts_django_1 exited with code 1
commit d26b78c (HEAD -> main, tag: v2.0.0, origin/main, origin/HEAD)
Merge: 4791f48 25db223
Author: JSIV 5049984+JSv4@users.noreply.github.com
Date: Fri Jul 26 22:59:31 2024 -0700
The text was updated successfully, but these errors were encountered: