Deploy: Add root manage.py helper script, use fabric.context_managers.settings instea...
[fnpdjango.git] / fnpdjango / deploy / templates / manage.py.template
1 #!/bin/bash
2 # Simple wrapper for running current manage.py with the right Python.
3 exec %(app_path)s/ve/bin/python %(full_django_root)s/manage.py "$@"