Re: Django deployment on production gives error SuspiciousFileOperation

2018-12-18 Thread mohit basantani
Hello pradeep I found the my mistake I was giving the hard coded path of the static root which is wrong I have attached my settings.py file above now it's working fine ...Thanks for your concern really appreciated! On Wed 19 Dec, 2018, 11:49 Pradeep Sukhwani, wrote: > Hi Mohit, > Can you pleas

Foreign key data saving issue

2018-11-13 Thread mohit basantani
Hello I am new to django i have two tables namely Mastertable and Partlist Partlist columns: 1. id 2. partlist_name I am using the imort-export plugin to import the data in the mastertable where i have created a foreign key referred to partlist table, I want whenever i import any xls file firs