Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Container uses Django development webserver #35

@zicklag

Description

@zicklag

I noticed that this container uses the out-of-the-box Django webserver instead of using a dedicated web server. According to the Django documentation:

Don’t use this server in anything resembling a production environment. It’s intended only for use while developing. (We’re in the business of making Web frameworks, not Web servers.)

The Taiga documentation suggests installing it with a Gunicorn webserver. It seems that it would be best to do something like that instead of using the development server. I am using this container in production, so I would rather have a production quality webserver. If @benhutchins agrees with using Gunicorn I may try to install it and make a pull request for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions