diff --git a/.idea/1807c_git.iml b/.idea/1807c_git.iml
new file mode 100644
index 0000000000000000000000000000000000000000..fa3dbc4baf71d7748562e3296a4380a5ed9809ae
--- /dev/null
+++ b/.idea/1807c_git.iml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000000000000000000000000000000000000..865611434f0cce78ec2223c6c4d52a717e8ec1c1
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000000000000000000000000000000000000..b9796d491af2d6424856f8d1c1276353a05023d5
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000000000000000000000000000000000000..94a25f7f4cb416c083d265558da75d457237d671
--- /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 0000000000000000000000000000000000000000..160d58372b58f474fcfbbf8773af0e5446fd95b5
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1566009227961
+
+
+ 1566009227961
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/git_cs/settings.py b/git_cs/settings.py
index 44ee59290cbe87cb4b734dea7c9dff203fd9d06a..789eb22c69793690aeee780f63a0f83195e1d42b 100644
--- a/git_cs/settings.py
+++ b/git_cs/settings.py
@@ -43,6 +43,7 @@ INSTALLED_APPS = [
+
# 'huoyanan',
@@ -101,6 +102,9 @@ INSTALLED_APPS = [
'ning',
'caojupeng',
+
+ 'lmm',
+
]
MIDDLEWARE = [
diff --git a/git_cs/urls.py b/git_cs/urls.py
index 0a10fde29c5f43eac3442343f544530a139ab9f0..c802ce8f0f6038a8c6582bb1b9617302e13a908e 100644
--- a/git_cs/urls.py
+++ b/git_cs/urls.py
@@ -20,6 +20,7 @@ urlpatterns = [
path('lishan',include('lishan.urls')),
path('',TemplateView.as_view(template_name='index.html')),
+
path('renjunjiang/',include('renjunjiang.urls')),
@@ -132,4 +133,7 @@ urlpatterns = [
path('caojupeng/',include('caojupeng.urls'))
+
+ path('lmm/',include('lmm.urls'))
+
]
diff --git a/lmm/__init__.py b/lmm/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/lmm/__pycache__/__init__.cpython-37.pyc b/lmm/__pycache__/__init__.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3331b788e21f5643e9afea8cb6a13ea344841ac0
Binary files /dev/null and b/lmm/__pycache__/__init__.cpython-37.pyc differ
diff --git a/lmm/__pycache__/admin.cpython-37.pyc b/lmm/__pycache__/admin.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cd881d89fcc3a445b5eb032168fa05bf4e3a8484
Binary files /dev/null and b/lmm/__pycache__/admin.cpython-37.pyc differ
diff --git a/lmm/__pycache__/models.cpython-37.pyc b/lmm/__pycache__/models.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c2c367a86210c8cb7c82ea8475cc45c6865a75f1
Binary files /dev/null and b/lmm/__pycache__/models.cpython-37.pyc differ
diff --git a/lmm/__pycache__/urls.cpython-37.pyc b/lmm/__pycache__/urls.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..d7a61c1474e460925a88f8a3bfbefbb93bb1136a
Binary files /dev/null and b/lmm/__pycache__/urls.cpython-37.pyc differ
diff --git a/lmm/__pycache__/views.cpython-37.pyc b/lmm/__pycache__/views.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e7f2079d885b0a382cdda6c22f4aa86199b85b38
Binary files /dev/null and b/lmm/__pycache__/views.cpython-37.pyc differ
diff --git a/lmm/admin.py b/lmm/admin.py
new file mode 100644
index 0000000000000000000000000000000000000000..8c38f3f3dad51e4585f3984282c2a4bec5349c1e
--- /dev/null
+++ b/lmm/admin.py
@@ -0,0 +1,3 @@
+from django.contrib import admin
+
+# Register your models here.
diff --git a/lmm/apps.py b/lmm/apps.py
new file mode 100644
index 0000000000000000000000000000000000000000..fcaaf8572902cd198f0494763eead6722cc0ead5
--- /dev/null
+++ b/lmm/apps.py
@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class LmmConfig(AppConfig):
+ name = 'lmm'
diff --git a/lmm/migrations/__init__.py b/lmm/migrations/__init__.py
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/lmm/migrations/__pycache__/__init__.cpython-37.pyc b/lmm/migrations/__pycache__/__init__.cpython-37.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5089514909f92df4720a34aa29d5b89f52b01f23
Binary files /dev/null and b/lmm/migrations/__pycache__/__init__.cpython-37.pyc differ
diff --git a/lmm/models.py b/lmm/models.py
new file mode 100644
index 0000000000000000000000000000000000000000..71a836239075aa6e6e4ecb700e9c42c95c022d91
--- /dev/null
+++ b/lmm/models.py
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.
diff --git a/lmm/tests.py b/lmm/tests.py
new file mode 100644
index 0000000000000000000000000000000000000000..7ce503c2dd97ba78597f6ff6e4393132753573f6
--- /dev/null
+++ b/lmm/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.
diff --git a/lmm/urls.py b/lmm/urls.py
new file mode 100644
index 0000000000000000000000000000000000000000..5a6580593892576775afcced3a11200d7b1b645a
--- /dev/null
+++ b/lmm/urls.py
@@ -0,0 +1,7 @@
+from django.urls import path
+from lmm import views
+app_name='lmm'
+urlpatterns=[
+
+ path('lmm/',views.lmm,name='lmm')
+]
\ No newline at end of file
diff --git a/lmm/views.py b/lmm/views.py
new file mode 100644
index 0000000000000000000000000000000000000000..41e52a85c8654d9f79c5f3ded03fc7587f88dced
--- /dev/null
+++ b/lmm/views.py
@@ -0,0 +1,6 @@
+from django.shortcuts import render
+
+# Create your views here.
+
+def lmm(request):
+ return render(request,'lmm.html')
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index a84014a92079c2ad3edf0dd4ba27134308b15306..6b04e17ee0ec43e8cbd7fa9a1b1132b416618d1c 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,6 +7,7 @@
1807C Git 测试项目
+<<<<<<< HEAD
- 霍亚楠
@@ -38,6 +39,9 @@
- sxh
+=======
+ - 刘苗苗
+>>>>>>> lmm
- 张浩
- 吴双伟
diff --git a/templates/lmm.html b/templates/lmm.html
new file mode 100644
index 0000000000000000000000000000000000000000..de31a2b9fed485be77cadabb5f1f03a2a4e73a2d
--- /dev/null
+++ b/templates/lmm.html
@@ -0,0 +1,10 @@
+
+
+
+
+ Title
+
+
+刘苗苗
+
+
\ No newline at end of file