-
Notifications
You must be signed in to change notification settings - Fork 20
MWS menu in dashboard not appearing #3
Comments
That's a good question. As far as I can see, there's nothing wrong with the settings above. I've tried running the sandbox which pretty much includes the same settings and the menu item shows up without problems. Which versions of Django and Oscar are you using? I remember having some issues previously with an older bug in Django that would load the settings module twice and cause unexpected behavious in |
I had a similar problem when I was trying to integrate django-oscar-paypal with my Oscar site, and the only way I could figure out how to get it working was to copy the sandbox directory and build from there. So I'll do the same with the MWS sandbox and see if I can get it working that way. Here's my settings.py file: |
I can't see anything obviously wrong with your settings above. The only thing that could have unexpected side effects is the |
Yeah, I'm not sure what it is either. I have it sorta working with the Sandbox but haven't tried to get it working again with my existing Django Oscar site. I'll report back how that goes when I cross that bridge. |
I've added these lines to my settings.py file, but the MWS menu item is not showing up when I go to the dashboard.
Is there something else that I'm missing?
The text was updated successfully, but these errors were encountered: