fnp
/
fnpdjango.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
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
--- 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 "$@"