Closed hyoonseo159357 closed 4 years ago
{% load static %} #맨위
#아래 템플릿안에 키바나 화면띄우기
<iframe src="http://203.246.112.139:35601/goto/3dae9018c3756da779ea3976bf6e2f7a?embed=true" height=750 width=100%></iframe>
STATIC_URL = '/static/'
STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'static'), )
- css와 javascript를 불러오는 부분 수정
##