Wojciech Zając

Results 3 comments of Wojciech Zając

> Can you please confirm if I am understanding this right? Yes, you understand right. But this PR doesn't cover all necessary changes. Doing above changes I was thinking that...

Now this link redirect to home page. Should be redirect to login page.

Try to use --ignorenonexistent: python manage.py loaddata --ignorenonexistent db_dumps/local_test_data.json If data file structure is wrong then it is better to load it using json.loads(data_string) then change it and json.dumps(data_dict) write...