GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
79 stars 173 forks source link

Migration issue while running in docker compose #439

Open madan-semantic opened 1 year ago

madan-semantic commented 1 year ago

I am creating a new project in Geonode and trying to run in development mode. I am getting migration error while running through docker.

Running migrations: No migrations to apply. Your models in app(s): 'ratings', 'upload' have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them. Unknown command: 'rebuild_index' Type 'manage.py help' for usage.

afabiani commented 1 year ago

It's only a warning, you can safely ignore it

madan-semantic commented 1 year ago

Processes exist after this. I don't think this is just a warning. Getting error log

mandalanil commented 1 year ago

I am also facing the same issue additionally client unexpectedly closed TCP connection.