Thanks for sharing bro. But please, I encountered this (UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte) error when I ran the code "python manage.py loaddata data.json". Anyway around this please?
@@infohub3709 I had the same problem, even using UTF-8 importing and exporting. I solve the problem opening the data.json on notepad and saving the file as UTF8. That way loaddata worked just fine. All the tutorial worked perfect. thanks to @Code With Clinton .
you're a lifesaver! thank you so much!
@@SpRaT92 You are welcome.
This is a good video, although my data.json didnt load i learnt smth! suscribed for sure
Thank you, what error did you face?
Thanks man, that was very simple and straightforward..I hope to see videos like this in future 🔮
Sure, more videos to come. Thank you.
Thank you for sharing, am learning something from your channel
You are welcome.
Thanks works perfectly fine!
You're welcome.
Thank you man!
You are welcome.
Thank you
You're welcome. 😀
Thanks for sharing bro. But please, I encountered this (UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte) error when I ran the code "python manage.py loaddata data.json". Anyway around this please?
Make sure you are working on 'utf-8'
@@CodeWithClinton that's the problem. Working in UTF-8 gave me the error. But changing to UTF-16 solved the problem for me.
@@infohub3709 Wow, 'utf-16' caused me some errors. 😅😅. Thank God your code is working.
@@infohub3709 I had the same problem, even using UTF-8 importing and exporting. I solve the problem opening the data.json on notepad and saving the file as UTF8. That way loaddata worked just fine. All the tutorial worked perfect. thanks to @Code With Clinton .
how to migrate from postgresql to sqlite3?
It should be same process.