diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-10 18:34:53 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-06-10 18:34:53 +0200 |
commit | da0f686b366140aab3d01c95f37eb655f07f81ef (patch) | |
tree | 4b59228ea6ae208bdb964dfeb422d77d28a8acc8 /modules/role/templates | |
parent | 931dddda66f58b710f6a9734506e9b2cc50c9ebe (diff) | |
download | Puppet-da0f686b366140aab3d01c95f37eb655f07f81ef.tar.gz Puppet-da0f686b366140aab3d01c95f37eb655f07f81ef.tar.zst Puppet-da0f686b366140aab3d01c95f37eb655f07f81ef.zip |
Stop overwriting manage.py
Diffstat (limited to 'modules/role/templates')
-rw-r--r-- | modules/role/templates/caldance/manage.py.erb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/role/templates/caldance/manage.py.erb b/modules/role/templates/caldance/manage.py.erb deleted file mode 100644 index dc06eab..0000000 --- a/modules/role/templates/caldance/manage.py.erb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #!<%= @python_path %> -O | ||
2 | import os | ||
3 | import sys | ||
4 | |||
5 | if __name__ == "__main__": | ||
6 | os.environ.setdefault("DJANGO_SETTINGS_MODULE", "main_app.settings") | ||
7 | |||
8 | from django.core.management import execute_from_command_line | ||
9 | execute_from_command_line(sys.argv) | ||