Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.8k stars 274 forks source link

Compatibility with Microsoft SQL Server #369

Open AnkurBegining opened 5 years ago

AnkurBegining commented 5 years ago

I am using Microsoft SQL server for my database in my Django project. I have installed django_q and while using python manage.py migrate command I get the following error.

   raise NotImplementedError("the backend doesn't support altering from/to %s." % t.__name__)
 NotImplementedError: the backend doesn't support altering from/to AutoField.

Django version 2.1.8 Python version 3.6.8

wgordon17 commented 5 years ago

I've addressed this by adjusting the migrations manually in #363. You can use my fork in your requirements.txt until the PR is merged by replacing django-q with

-e git+git@github.com:wgordon17/django-q.git@patch-1#egg=django-q