The default application should have a seed file to initialize with the startup data.
For example, the current requirement is to add a default admin to database on application setup. Create a seed file for this purpose. It is possible to do in flask see how.
The default application should have a seed file to initialize with the startup data.
For example, the current requirement is to add a default admin to database on application setup. Create a seed file for this purpose. It is possible to do in flask see how.