Skip to content
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

error while installing the module #2

Open
anagharajan opened this issue Jun 27, 2020 · 0 comments
Open

error while installing the module #2

anagharajan opened this issue Jun 27, 2020 · 0 comments

Comments

@anagharajan
Copy link

I am using django=2.2.13 and django-oscar=2.0.4.Installed using pip install git+https://github.com/tangentlabs/django-oscar-support.git command.While running ./manage.py migrate oscar_support command error happens.

File "", line 219, in _call_with_frames_removed
File "/home/anaghajas/Desktop/django_projects/Work/e-commerce-site/oscar/lib/python3.8/site-packages/oscar_support/models.py", line 1, in
from . import abstract_models as am
File "/home/anaghajas/Desktop/django_projects/Work/e-commerce-site/oscar/lib/python3.8/site-packages/oscar_support/abstract_models.py", line 46, in
class AbstractTicket(ModificationTrackingMixin, BaseSupportModel):
File "/home/anaghajas/Desktop/django_projects/Work/e-commerce-site/oscar/lib/python3.8/site-packages/oscar_support/abstract_models.py", line 56, in AbstractTicket
parent = models.ForeignKey(
TypeError: init() missing 1 required positional argument: 'on_delete'

Can anyone help solving this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant