diff --git a/README.md b/README.md index dca3de6..26bb9f8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ * MySQL ### 示例博客: +### 后台搭建教程及常见问题分析(计划中,暂未更新): ### 特点 diff --git a/myblog/__pycache__/settings.cpython-36.pyc b/myblog/__pycache__/settings.cpython-36.pyc index bb0bdac..cd77865 100644 Binary files a/myblog/__pycache__/settings.cpython-36.pyc and b/myblog/__pycache__/settings.cpython-36.pyc differ diff --git a/myblog/settings.py b/myblog/settings.py index e3bae53..c2e6623 100644 --- a/myblog/settings.py +++ b/myblog/settings.py @@ -62,8 +62,7 @@ ROOT_URLCONF = 'myblog.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': [os.path.join(BASE_DIR, 'templates')] - , + 'DIRS': [os.path.join(BASE_DIR, 'templates')], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [ diff --git a/static/.DS_Store b/static/.DS_Store new file mode 100644 index 0000000..7edff4d Binary files /dev/null and b/static/.DS_Store differ diff --git a/static/js/.DS_Store b/static/js/.DS_Store new file mode 100644 index 0000000..9593614 Binary files /dev/null and b/static/js/.DS_Store differ diff --git a/static/js/tooltip.js b/static/js/tooltip.js index 1f13ade..5d4a8ce 100755 --- a/static/js/tooltip.js +++ b/static/js/tooltip.js @@ -1,28 +1,28 @@ /* - ߣҶΰ䣺yhw2710@126.com,QQ:517025143 + ���ߣ�Ҷ��ΰ�����䣺yhw2710@126.com,QQ:517025143 */ $(function(){ - $(".news_content p:odd").addClass("p03"); //лɫʽP03 + $(".news_content p:odd").addClass("p03"); //���л�ɫ����������������ʽP03 - //꾭ʽ仯 + //��꾭����ʽ�仯�� $(".news_content p").hover( function () { - $(this).addClass("p02"); //꾭ʱʽP02 + $(this).addClass("p02"); //��꾭��ʱ������ʽP02 }, function () { - $(this).removeClass("p02"); //뿪ʱƳʽP02 + $(this).removeClass("p02"); //����뿪ʱ�Ƴ���ʽP02 } ) - //߿ + //�����������߿� $("a").focus( function () { - $(this).blur(); //õʧȥЧһ + $(this).blur(); //�õ�������ʧȥ����Ч��һ�� } ) }) -//ʾЧ +//������ʾЧ���� var sweetTitles = { x : 10, y : 20, diff --git a/templates/base.html b/templates/base.html index faee270..0a66a43 100755 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,7 @@ {% endblock %} - + {# #} diff --git a/templates/blogroll.html b/templates/blogroll.html index 18ab6b1..12c5660 100755 --- a/templates/blogroll.html +++ b/templates/blogroll.html @@ -2,7 +2,7 @@