You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it needed to specify some more volumes specific to this?
We are running this behind our own caddy btw, so that is why we used your docker-compose without caddy.
The text was updated successfully, but these errors were encountered:
Hi! Adding a language should be done locally (development setup) and then create a PR with the translations, but you could use DeepL or similar to automate that.
You can't really run the command in production as it would create an empty language file and it therefore doesn't really do much (besides that, the translation needs to be added to the settings to be able to select it).
Hello,
Just wanted to drop a comment regarding creating a new lang file, we used the following command:
docker-compose run --rm app django-admin makemessages -l sv
and gives the following output:
But I searched everywhere, and seem not to find any files that should be created.
The "app" part from the docker-compose.yml file is as follows:
app:
image: chiefonboarding/chiefonboarding:latest
restart: always
volumes:
- /var/chiefonboarding/back/settings.py:/app/back/settings.py
ports:
- "8888:8000"
environment:
- SECRET_KEY=MASKED
- DATABASE_URL=MASKED
- .... MORE STUFF MASKED
depends_on:
- db
Is it needed to specify some more volumes specific to this?
We are running this behind our own caddy btw, so that is why we used your docker-compose without caddy.
The text was updated successfully, but these errors were encountered: