X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/03cdc939a8cce950ee527726270eb95ee2c1538a..59ff7f7ca0d128533eed2b3270dc3e9612fb8ca7:/fnpdjango/deploy/templates/manage.py.template diff --git a/fnpdjango/deploy/templates/manage.py.template b/fnpdjango/deploy/templates/manage.py.template new file mode 100644 index 0000000..8f9c223 --- /dev/null +++ b/fnpdjango/deploy/templates/manage.py.template @@ -0,0 +1,3 @@ +#!/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 "$@"