wq / django-data-wizard

🧙⚙️ Import structured data (e.g. Excel, CSV, XML, JSON) into one or more Django models via an interactive web-based wizard
https://django-data-wizard.wq.io
MIT License
341 stars 53 forks source link

KeyError at /datawizard/ 'content_object'. Full example of simplest configuration. #8

Closed om2c0de closed 5 years ago

om2c0de commented 6 years ago

Hi Andrew! "django-data-wizard" is a great thing and I want to add it to my project for mapping data from recent uploaded spreadsheets but I was trying to send initial POST request to create object with its own id but I've got a strange error and I don't understand how to solve it..Can you please help me with solving this issues and if its really works well like on screenshots, I'll donate few bucks for your project. Thanks, Alexandr. P.S I've add screenshot of all my files, that I've used for initial config on one screenshot of my emacs. So I think that I've done all like in README of your repo, then create view which sends POST request, and this should create object of my model, so I don't understand this moment, I just want to see and configure headers of my excel or csv file, and save them correct in database..

screen shot 2018-01-07 at 11 21 27 screen shot 2018-01-07 at 11 22 02
sheppard commented 5 years ago

I simplified the configuration so you can now use the Django admin to upload files and initialize new wizard runs. See the new installation docs for more information.

om2c0de commented 5 years ago

Sounds great, thanks !!