Data handeling in Django

0

I am developing an MVP for my product in Django and want to launch it in a month or so. My question is about data. If I launch my MVP with some limited feature and test it on users where they will be able to login/register and use my services. But if in the future I drastically change my services, how should I handle the stored data? Will it be lost when I bring some changes to the website? or there is a way to go from MVP to beta to full version without losing the user data?

Saranjeet Singh

Posted 2019-05-06T22:54:27.993

Reputation: 1

No answers