Iam a newbee to Django.. i created a project using the default sqlite database backend.. but now i want to switch the database to mssql.. what all steps to follow? what all installations needed.. how to configure the database ??what all changes to the code are needed?? please someone explain in details in laymen terms..
i googled it and got the information in pieces.. One method I found was here What's the best way to migrate a Django DB from SQLite to MySQL? of dumping to json then reloading..
but what all steps to follow before that.. please explain in detail!!