Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Docker Onegeo Suite
Manage
Activity
Members
Plan
Wiki
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OneGeo Suite
Dockers
Docker Onegeo Suite
Commits
67bb7733
Commit
67bb7733
authored
3 years ago
by
m431m
Browse files
Options
Downloads
Patches
Plain Diff
[Squashed commit] Comment 'migrate' and add opt '--locale=fr' to compilemessages cmd
parent
f41562ce
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/docker-entrypoint.d/01_install
+4
-2
4 additions, 2 deletions
docker/docker-entrypoint.d/01_install
with
4 additions
and
2 deletions
docker/docker-entrypoint.d/01_install
+
4
−
2
View file @
67bb7733
...
...
@@ -47,11 +47,13 @@ else
done
# Build database
python manage.py migrate
# python manage.py migrate
# Build static files
python manage.py collectstatic
# build i18n *.mo files
python manage.py compilemessages
python manage.py compilemessages
--locale
=
fr
echo
"Ok"
>
$marker_file
fi
...
...
This diff is collapsed.
Click to expand it.
m431m
@m431m
mentioned in commit
a41acacd
·
3 years ago
mentioned in commit
a41acacd
mentioned in commit a41acacda532ca72ea477a34532c2479a3b06564
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment