A question about datamigrations on lernanta

Hey @dirk I have a question about data migrations in Lernanta.
Since it is not using south, I would like to know how do you deploy schema changes for the db?

I actually think you don’t want to know :smiley: Currently I write a SQL by hand that gets executed to update the db!

Does make sense to think about integration south in the future?

Yes, but south in it’s current state is not impressing me :frowning: I’m hoping to hear something great about native support for South within Django (there were rumours about it a while ago).