Skip to content

[BUG] Errore module 'StreamingCommunity.Api.Site.streamingcommunity' has no attribute 'search' using linux. #405

@Hat3

Description

@Hat3

Salve gente!

Grande lavoro, complimenti

Ho da segnalarvi un problema, su ubuntu e docker non funziona il search:

Image

Ho modificato dockerfile per poter eseguire uno script per applicare le migrazioni in fase di run:

dockerfile:
CMD ["python", "GUI/manage.py", "runserver", "0.0.0.0:8000"]
sostituito con
ENTRYPOINT ["/entrypoint.sh"]

entrypoint.sh:
set -e
echo "Applico le migrazioni…"
python GUI/manage.py migrate --noinput
echo "Avvio server…"
exec python GUI/manage.py runserver 0.0.0.0:8000

su windows e docker tutto bene, linux non funziona.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions