From 4f8cfac4ca6b0db2ea352b0544f61d8fa2cac370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=85=A8?= Date: Sat, 2 Mar 2019 12:06:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改说明 --- .gitattributes | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1e7e4b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.css linguist-language=python +*.js linguist-language=python +*.html linguist-language=python \ No newline at end of file diff --git a/README.md b/README.md index 95a8ae9..83ffa66 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 海豹 > django-base-templastes -> 因本项目开始时间为3月1日,是 世界海豹日,故项目起名为 海豹 seal +> 因本项目开始时间为3月1日,是 国际海豹日,故项目起名为 海豹 seal > 主要为 django 基础开发平台, MVC 模式 开发.(非前后端分离) ,可以拿来直接开发 django项目。作者会在周末进行开发、更新。