Separate deploy scripts to fnpdeploy.
[fnpdjango.git] / 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 (file)
index 8f9c223..0000000
+++ /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 "$@"