Open hantsaniala opened 2 months ago
This project appears to be abandoned. Feel free to use my fork, which includes a fix for this.
This project appears to be abandoned. Feel free to use my fork, which includes a fix for this.
how do install your fork if in project was installed Tivix/django-cron ? i have error TypeError: 'class Meta' got invalid attribute(s): index_together when install your fork.
pip install git+https://github.com/jorenham/django-cron.git
pip install git+https://github.com/jorenham/django-cron.git
Hi @jorenham I installed your for and I have been getting this error even after deleting my sqlite and all migrations
Django.db.utils.OperationError: index_django_cron_code_89ad04_idx already exists
Hmm strange, I thought that https://github.com/jorenham/django-cron/pull/2 would've fixed it 🤔 . Coiuld you share the full stacktrace?
Hmm strange, I thought that jorenham#2 would've fixed it 🤔 . Coiuld you share the full stacktrace?
Ohhh, I didn't check the PR comments, I just installed directly...I will try and see if it fixes it
Temporary workaround, stick with Django 5.0.
Django-Cron version: 0.6.0 Env manager: Pipenv OS: Ubuntu 22.04