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

Commit

Permalink
fix admin-media
Browse files Browse the repository at this point in the history
  • Loading branch information
oremj committed Dec 15, 2018
1 parent ff76943 commit 973483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ mkdir -p /static/media
mkdir -p /static/admin-media

cp -R media/* /static/media/
cp -R vendor/lib/python/django/contrib/admin/static/* /static/admin-media/
cp -R /usr/local/django/contrib/admin/media/* /static/admin-media/

exec gunicorn "$@"

0 comments on commit 973483d

Please sign in to comment.