Hi, i am trying to do initial migration of database table for my django project but it is taking very long to migrate. Is it normal or is there any problem ?
Hi, i am trying to do initial migration of database table for my django project but it is taking very long to migrate. Is it normal or is there any problem ?
Migrations could be slow, that's a known issue related to multiple databases on the shared server.