From 96ca298a288a915179c16cf7dcf7ba6e661c7ff8 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 5 Jun 2023 11:49:21 +0200 Subject: [PATCH] Remove unused code --- docker-entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index cf4094f0..3619636d 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -23,8 +23,6 @@ wait_for_database umap migrate # then collect static files umap collectstatic --noinput -# create languagae files -#umap storagei18n # compress static files umap compress # run uWSGI