You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey all -- not sure if this is the right spot for this.
I'm looking into django-oscar, and getting set up with adyen. Both look very promising, but I'm spinning my wheels a bit. I have followed the installation steps for django-oscar (I think), as well as django-oscar-adyen.
Currently getting the following error when I try to run manage.py makemigrations (or any manage.py command, I suppose):
Feb 12 03:40:21 myproject gunicorn[12456]: "Couldn't find an Oscar app to import %s from" % module_label)
Feb 12 03:40:21 myproject gunicorn[12456]: oscar.core.exceptions.AppNotFoundError: Couldn't find an Oscar app to import adyen.gateway from
There's a strong possibility that I"m doing things wrong, but thought I'd reach out. Thanks!
The text was updated successfully, but these errors were encountered:
Hey all -- not sure if this is the right spot for this.
I'm looking into django-oscar, and getting set up with adyen. Both look very promising, but I'm spinning my wheels a bit. I have followed the installation steps for
django-oscar
(I think), as well asdjango-oscar-adyen
.Currently getting the following error when I try to run
manage.py makemigrations
(or any manage.py command, I suppose):There's a strong possibility that I"m doing things wrong, but thought I'd reach out. Thanks!
The text was updated successfully, but these errors were encountered: