-
Notifications
You must be signed in to change notification settings - Fork 395
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
Comments
Hi, Bower was deprecated and it has to be removed from the project. it is only required for the templates (which are obsolete now). |
thanks for the heads up appreciated |
just edit requires_system_checks = () |
@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
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
The text was updated successfully, but these errors were encountered: