Skip to content

Commit c69a224

Browse files
committed
중킨스 이미지 변경
1 parent 4f8177d commit c69a224

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

zimmyrabbit/config/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# SECURITY WARNING: don't run with debug turned on in production!
3434
DEBUG = True
3535

36-
ALLOWED_HOSTS = ['10.1.10.129']
36+
ALLOWED_HOSTS = ['10.1.10.129','localhost']
3737

3838

3939
# Application definition
140 KB
Loading

zimmyrabbit/templates/jenkins/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</script>
2929
</head>
3030
<body>
31-
<img src="{% static 'images/jungkins2.jpeg' %}" alt="jungkins">
31+
<img src="{% static 'images/jungkins3.png' %}" alt="jungkins">
3232
<textarea class="content"></textarea>
3333
<input type="button" class="btnAjax" value="TEST" data-url="{% url 'zimmyrabbit:check_model'%}">
3434
<div class="svnlog"></div>

0 commit comments

Comments
 (0)