Docker
Firefox 57 on windows 10
Unable to migrate new model in development environment
Need help in migrating models
I am currently running webodm in development environment. I added a new model in app but I am unable to migrate the model. Screenshot attached below.


I did run python manage.py makemigrations.

You are running the makemigrations command from your host environment, which is not going to work (you need to run the command within the webodm_webapp docker container).
Or more simply, just recreate the container:
./webodm.sh down && ./devenv.sh start
Thanks a lot. I did try to recreate the container using above command still the changes were not reflected in the database not sure why. So I ran the migration command inside the docker container which solved my problem.
I would also like to know if I should post issues here or somewhere else for better communication as I am a bit new to development environment and often have some questions or queries.
If there's a bug, this is the best place to report it. If it's more of a question, the forum at http://community.opendronemap.org/c/webodm is probably the better place. 馃憤