Skip to content
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

Question - #551

Open
AlexandreHGuerra opened this issue Mar 1, 2023 · 4 comments
Open

Question - #551

AlexandreHGuerra opened this issue Mar 1, 2023 · 4 comments

Comments

@AlexandreHGuerra
Copy link

Hello, im trying to install django-scheduler in my project, and im getting
TypeError: requires_system_checks must be a list or tuple.

did exactly as https://github.com/llazzaro/django-scheduler readme
when running
./manage.py bower install
brand new project... environment is windows 10 and using git shell or powershell python 3.11

found the message above in
https://github.com/Pradeeparul2/Django-gRPC-React-Todo-app
comment following lines in myvenv/lib/python3.8/site-packages/django/core/management/base.py
but , no good

may i ask for directions to troubleshoot the issue?

i know that it seems much more about a bower issue, but any suggestion would be helpful

@llazzaro
Copy link
Owner

llazzaro commented Mar 1, 2023

Hi,

Bower was deprecated and it has to be removed from the project. it is only required for the templates (which are obsolete now).
I recommend to use the models.
If I have time I will do a cleanup in the project to remove the templates and bower

@AlexandreHGuerra
Copy link
Author

thanks for the heads up appreciated

@thameur101
Copy link

just edit requires_system_checks = ()

@deronnax
Copy link

@llazzaro is it still on your planning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants