All I do is install postgres and change the connection string and it seems to work OK. I'm not sure what all the extra stuff is in the slice.
The one thing you have to be careful about is that SQLite is more forgiving during migrations. You have to be a bit more careful when editing models. I have migrate_enabled=False in production and I run migrations more manually.

