File tree Expand file tree Collapse file tree 5 files changed +9
-14
lines changed
myprofile/templates/myprofile Expand file tree Collapse file tree 5 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 107
107
'ENGINE' : 'django.db.backends.mysql' ,
108
108
'NAME' : 'log_share' ,
109
109
'USER' : 'root' ,
110
- 'PASSWORD' : '123 ' ,
110
+ 'PASSWORD' : '123123 ' ,
111
111
'HOST' : 'localhost' ,
112
112
'PORT' : '3306' ,
113
113
}
Original file line number Diff line number Diff line change 5
5
< head >
6
6
< meta charset ="UTF-8 ">
7
7
< title > Log share</ title >
8
+
9
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css " />
10
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css " />
11
+
8
12
< style >
9
13
* {
10
14
font-family : NanumSquare;
205
209
</ ul >
206
210
</ li >
207
211
{% if user.is_authenticated %}
208
- < li > < a href ="{% url 'myprofile:profile_detail ' request.user.pk %} "> 프로필</ a >
212
+ < li > < a href ="{% url 'myprofile:my_profile ' request.user.pk %} "> 프로필</ a >
209
213
< ul class ="sub2 ">
210
214
< li > < a href ="{% url 'myprofile:my_profile' request.user.pk %} "> 내 프로필</ a > </ li >
211
215
< li > < a href ="{% url "myprofile:profile_edit " request.user.pk %}"> 프로필 변경</ a > </ li >
212
216
</ ul >
213
217
</ li >
214
218
{% endif %}
215
- < li > < a href ="{% url 'post:post_create' %} "> 포트폴리오</ a >
219
+ < li > < a href ="{% url 'myprofile:profile_detail' request.user.pk %} "> 포트폴리오</ a >
216
220
< ul class ="sub3 ">
217
221
< li > < a href ="{% url 'myprofile:profile_detail' request.user.pk %} "> 내 포폴</ a > </ li >
218
222
< li > < a href ="{% url 'post:post_create' %} "> 포폴 작성</ a > </ li >
Original file line number Diff line number Diff line change 364
364
</ div >
365
365
<!--타임라인 끝-->
366
366
367
- < div class ="profile_url_container ">
368
- 대표 URL
369
- < div > 네이버 URL:
370
- {% if profile.naver != None %}
371
- < a href ="{{ profile.naver }} "> {{ profile.naver }}</ a >
372
- {% endif %}
373
367
{% if profile.naver != None %}
374
368
< div class ="naver ">
375
369
< div class ="naver_label "> < a href ="{{ profile.naver }} "> 네이버</ a > </ div >
404
398
< div class ="profile_edit "> < a href ="{% url 'myprofile:profile_edit' profile.user.pk %} "> 프로필 수정하기</ a >
405
399
</ div >
406
400
{% endif %}
407
- </ div >
401
+
408
402
< hr >
409
403
< div class ="profile_recent_tag ">
410
404
최근 태그 리스트 :
Original file line number Diff line number Diff line change 1
1
asgiref == 3.2.3
2
2
Django == 2.2.9
3
- django-appconf == 1.0.3
4
- django-compressor == 2.4
5
3
django-summernote == 0.8.11.6
6
4
django-taggit == 1.2.0
7
5
djangorestframework == 3.11.0
Original file line number Diff line number Diff line change 5
5
< link rel ="stylesheet " href ="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css ">
6
6
< script src ="https://code.jquery.com/jquery-1.12.4.js "> </ script >
7
7
< script src ="https://code.jquery.com/ui/1.12.1/jquery-ui.js "> </ script >
8
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css " />
9
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css " />
8
+
10
9
{# < link rel ="stylesheet " href ="{% sass_src 'search/search_bar.scss' %} "> #}
11
10
{% load static %}
12
11
< link rel ="stylesheet " href ="{% static "search /search.css" %}">
You can’t perform that action at this time.
0 commit comments