django-background-task
django-background-task copied to clipboard
AttributeError: 'module' object has no attribute 'autocommit'
When running 'python manage.py' after adding background-task in installed apps, I am getting following error 'AttributeError: 'module' object has no attribute 'autocommit'. Full output is as follow.
Traceback (most recent call last):
File "manage.py", line 9, in
AttributeError: 'module' object has no attribute 'autocommit'
Which version of Django are you using?
I've not yet merged in a pull request to get things working on Django 1.7 (https://github.com/lilspikey/django-background-task/pull/12) which may well fix this.
Django 1.8
@johnsensible Have you merged pull request?
Sorry no. Very busy at the moment. Will try to get it sorted soon though.
Hello, @johnsensible Is this issue solved or not..!
It should be working if you use the code from that pull request. However I've not had time to review that pull request and merge it in properly (mostly as I've not had any projects using Django 1.7 and django background task).
та же проблема на django2 !