-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi there. I am trying to set up data-wizard in my greenfield Django site so I can import some data.
To keep the issue short I've created a gist with the following config files:
The wizard UI seems to work fine through the admin until it comes to importing the data, as in this screen in the docs:
The progress bar continues forever and the Django log shows repeated 403 errors which continue forever until interrupted.
Forbidden: /datawizard/3/status/
[26/Feb/2020 17:21:07] "GET /datawizard/3/status/?format=json&task=1107fc6f-b995-4de9-9328-fef7c03b4a81 HTTP/1.1" 403 58
This occurred while I was logged in as the admin user, and happened both with and without this setting set:
DATA_WIZARD = {
'PERMISSION': 'rest_framework.permissions.IsAdminUser',
}
I'm relatively new to Python/Django - do you have any hints for tracking this error down?
Thanks 🙂
Metadata
Metadata
Assignees
Labels
No labels