We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8177d commit c69a224Copy full SHA for c69a224
zimmyrabbit/config/settings.py
@@ -33,7 +33,7 @@
33
# SECURITY WARNING: don't run with debug turned on in production!
34
DEBUG = True
35
36
-ALLOWED_HOSTS = ['10.1.10.129']
+ALLOWED_HOSTS = ['10.1.10.129','localhost']
37
38
39
# Application definition
zimmyrabbit/static/images/jungkins3.png
140 KB
zimmyrabbit/templates/jenkins/main.html
@@ -28,7 +28,7 @@
28
</script>
29
</head>
30
<body>
31
- <img src="{% static 'images/jungkins2.jpeg' %}" alt="jungkins">
+ <img src="{% static 'images/jungkins3.png' %}" alt="jungkins">
32
<textarea class="content"></textarea>
<input type="button" class="btnAjax" value="TEST" data-url="{% url 'zimmyrabbit:check_model'%}">
<div class="svnlog"></div>
0 commit comments