diff --git a/_.env.prd b/_.env.prd new file mode 100644 index 0000000..f24b90d --- /dev/null +++ b/_.env.prd @@ -0,0 +1,9 @@ +DEBUG=1 +SQL_ENGINE='django.db.backends.mysql' +SQL_HOST='192.168.0.211' +SQL_USER='ddochi' +SQL_PASSWORD='tjdehd89!@' +SQL_DATABASE='butler_ddochi' +SQL_PORT='3306' +CSRF_TRUSTED_ORIGINS=https://www.icurfer.com,https://butler.icurfer.com,https://butler.icurfer.com:8000 +MM_URL=https://mm.icurfer.com/hooks/rsu8fwfmtbbcpgtt4qa1so4hmy \ No newline at end of file diff --git a/blog/templates/blog/post_list.html b/blog/templates/blog/post_list.html index 2dcb66e..b875c66 100644 --- a/blog/templates/blog/post_list.html +++ b/blog/templates/blog/post_list.html @@ -4,7 +4,7 @@ {% block main_area %}
현재 공지사항이 없습니다.
{% endif %} - {% if request.user.is_authenticated %} + {% if request.user.is_authenticated and request.user.is_staff %}비로그인 익명사용자로 접근 중입니다.
-
로그인시 로그인 사용자가 등록한 데이터만 조회됩니다.
-
Select | +Network Name | +Location | +Server Name | +IP Address | +Remark | +Author | +Updated At | +
---|---|---|---|---|---|---|---|
+ + | +{{ record.network_nm }} | +{{ record.contents }} | +{{ record.svr_nm }} | +{{ record.ip_addrs }} | +{{ record.remark }} | +{{ record.author }} | +{{ record.updated_at|date:"Y-m-d H:i" }} | +
회원 가입후 권한 신청 메일을 보내주세요.
+회원 가입후 권한 신청 메일(icurfer@gmail.com)을 보내주세요.
회원 가입시 본 개인정보 처리방침에 동의하는 것으로 간주됩니다.
diff --git a/components/templates/components/_sidebar.html b/components/templates/components/_sidebar.html index 70185f6..bab2f89 100644 --- a/components/templates/components/_sidebar.html +++ b/components/templates/components/_sidebar.html @@ -79,39 +79,45 @@기능 사용을 위해서 로그인이 필요합니다.
+ 사용 가이드 {% endif %} -