How to Migrate Data from SQLite to PostgreSQL in Django

preview_player
Показать описание
Hi, in this video you will learn how to migrate data from sqlite to postgresql in Django. Sqlite is Django default database which is not suitable for production, SQLite is too "light" for real world applications, so majority of developers prefer to use MySQL or PostgreSQL for web applications.
Therefore in this video you will learn how to migrate data from sqlite to postgresql in django.
Рекомендации по теме
Комментарии
Автор

Thanks man, that was very simple and straightforward..I hope to see videos like this in future 🔮

PradjusaMedX
Автор

This is a good video, although my data.json didnt load i learnt smth! suscribed for sure

adrianwafula
Автор

Thank you for sharing, am learning something from your channel

mystoryuganda
Автор

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?

infohub
Автор

how to migrate from postgresql to sqlite3?

JoseAntonio-snsf