From a449a8f635b3ac2fb7822521e921caa505701abe Mon Sep 17 00:00:00 2001 From: yinjiwang Date: Fri, 13 Oct 2017 17:00:33 +0800 Subject: [PATCH] test --- .idea/copyright/profiles_settings.xml | 3 + .idea/dictionaries/hengda.xml | 3 + .idea/modules.xml | 8 + .idea/python-getting-started.iml | 9 + .idea/vcs.xml | 6 + .idea/workspace.xml | 802 ++++++++++++++++++++++++++ hello/templates/base.html | 2 +- 7 files changed, 832 insertions(+), 1 deletion(-) create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/dictionaries/hengda.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/python-getting-started.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 000000000..e7bedf337 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/dictionaries/hengda.xml b/.idea/dictionaries/hengda.xml new file mode 100644 index 000000000..87f9c7ad2 --- /dev/null +++ b/.idea/dictionaries/hengda.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..a5d59b309 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/python-getting-started.iml b/.idea/python-getting-started.iml new file mode 100644 index 000000000..d6ebd4805 --- /dev/null +++ b/.idea/python-getting-started.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 000000000..c7a90d787 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,802 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1507884961267 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/hello/templates/base.html b/hello/templates/base.html index 97ec07386..23c7c200f 100644 --- a/hello/templates/base.html +++ b/hello/templates/base.html @@ -1,7 +1,7 @@ -Python Getting Started on Heroku +Python Getting Started on Heroku WildWind