I have an existing website built on ASP.NET + SQL SERVER. It should move to Django + mysql soon.
What is the best practice to create the new MySql DB? I would like to keep some Unique IDS because they affect the URLS that should remain the same after the transfer.
Also I want to avoid the option to inspect database with Django because many models will be changed somehow.
If this was my site I will follow this steps: