Exclude an app from Django migrations -


is there way exclude models of app django migrations? know changing model meta options managed = false option that's lot of models edit every time. there way specify app models don't want migrate?

removing __init__.py file within apps migrations directory should work.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -