Separated from fnpdjango.
[fnpdeploy.git] / fnpdeploy / 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 "$@"