-def copy_localsettings():
- "Copy localsettings.py from root directory to release directory (if this file exists)"
- print ">>> copy localsettings"
- require('release', 'path', provided_by=[deploy])
- require('sandbox', provided_by=[staging, production])
-
- with settings(warn_only=True):
- run('cp %(sandbox)s/etc/%(project_name)s/localsettings.py %(path)s/releases/%(release)s/%(project_name)s' % env)
-
+#def copy_localsettings():
+# "Copy localsettings.py from root directory to release directory (if this file exists)"
+# print ">>> copy localsettings"
+# require('release', 'path', provided_by=[deploy])
+# require('sandbox', provided_by=[staging, production])
+#
+# with settings(warn_only=True):
+# run('cp %(sandbox)s/etc/%(project_name)s/localsettings.py %(path)s/releases/%(release)s/%(project_name)s' % env)