Skip to content

Commit

Permalink
Remove fetch_templates_plone management command
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinjitea committed Jun 12, 2019
1 parent 38df581 commit f092f82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ done
if [ -z "$1" ]; then
python manage.py migrate &&
python manage.py collectstatic --noinput &&
python manage.py fetch_templates_plone &&
exec gunicorn gemet.wsgi:application \
--name gemet \
--bind 0.0.0.0:8888 \
Expand Down
105 changes: 0 additions & 105 deletions gemet/thesaurus/management/commands/fetch_templates_plone.py

This file was deleted.

0 comments on commit f092f82

Please sign in to comment.