aboutsummaryrefslogtreecommitdiff
path: root/modules/role/templates
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-10 18:35:11 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-06-10 18:35:11 +0200
commite77091b34b5d17ee1eee9e3a6f516dd8ad8f95c3 (patch)
tree4b59228ea6ae208bdb964dfeb422d77d28a8acc8 /modules/role/templates
parent3d31cb9163a1254d1455000afef28115b0fa07e6 (diff)
parentda0f686b366140aab3d01c95f37eb655f07f81ef (diff)
downloadPuppet-e77091b34b5d17ee1eee9e3a6f516dd8ad8f95c3.tar.gz
Puppet-e77091b34b5d17ee1eee9e3a6f516dd8ad8f95c3.tar.zst
Puppet-e77091b34b5d17ee1eee9e3a6f516dd8ad8f95c3.zip
Merge branch 'dev'
Diffstat (limited to 'modules/role/templates')
-rw-r--r--modules/role/templates/caldance/manage.py.erb9
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
2import os
3import sys
4
5if __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)