llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.27k stars 391 forks source link

Question - #551

Open AlexandreHGuerra opened 1 year ago

AlexandreHGuerra commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

thanks for the heads up appreciated

thameur101 commented 10 months ago

just edit requires_system_checks = ()

deronnax commented 8 months ago

@llazzaro is it still on your planning?