X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/f6a30b5b55786e17e583232526ababe164cccc30..4bc4a4cd7c8470de220e86fe44b50d427368c942:/fnpdjango/deploy/templates/manage.py.template diff --git a/fnpdjango/deploy/templates/manage.py.template b/fnpdjango/deploy/templates/manage.py.template deleted file mode 100644 index 8f9c223..0000000 --- a/fnpdjango/deploy/templates/manage.py.template +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -# Simple wrapper for running current manage.py with the right Python. -exec %(app_path)s/ve/bin/python %(full_django_root)s/manage.py "$@"