Browse Source

上传文件至 'cwanjia'

rencuiliang 5 years ago
parent
commit
7966fef678
10 changed files with 44 additions and 0 deletions
  1. 1 0
      cwanjia/COMMIT_EDITMSG
  2. 1 0
      cwanjia/FETCH_HEAD
  3. 1 0
      cwanjia/HEAD
  4. 1 0
      cwanjia/ORIG_HEAD
  5. 4 0
      cwanjia/RED.txt
  6. 16 0
      cwanjia/config
  7. 14 0
      cwanjia/deployment.xml
  8. 1 0
      cwanjia/description
  9. BIN
      cwanjia/index
  10. 5 0
      cwanjia/qqq.txt

+ 1 - 0
cwanjia/COMMIT_EDITMSG

@@ -0,0 +1 @@
+1111

+ 1 - 0
cwanjia/FETCH_HEAD

@@ -0,0 +1 @@
+611b0c0a348e2437ee197ffe08abcb678febe990		branch 'master' of http://git.linkerplus.com/haowanjia/wanjia

+ 1 - 0
cwanjia/HEAD

@@ -0,0 +1 @@
+ref: refs/heads/dev

+ 1 - 0
cwanjia/ORIG_HEAD

@@ -0,0 +1 @@
+538e6a38990c710811f62ac1297736bf19af25ed

+ 4 - 0
cwanjia/RED.txt

@@ -0,0 +1,4 @@
+Django==2.1.13
+django-pyodbc-azure==2.1.0.0
+pyodbc==4.0.27
+pytz==2019.3

+ 16 - 0
cwanjia/config

@@ -0,0 +1,16 @@
+[core]
+	repositoryformatversion = 0
+	filemode = false
+	bare = false
+	logallrefupdates = true
+	symlinks = false
+	ignorecase = true
+[remote "origin"]
+	url = http://git.linkerplus.com/haowanjia/wanjia.git
+	fetch = +refs/heads/*:refs/remotes/origin/*
+[branch "master"]
+	remote = origin
+	merge = refs/heads/master
+[branch "dev"]
+	remote = origin
+	merge = refs/heads/dev

+ 14 - 0
cwanjia/deployment.xml

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="PublishConfigData">
+    <serverData>
+      <paths name="toutiao">
+        <serverdata>
+          <mappings>
+            <mapping local="$PROJECT_DIR$" web="/" />
+          </mappings>
+        </serverdata>
+      </paths>
+    </serverData>
+  </component>
+</project>

+ 1 - 0
cwanjia/description

@@ -0,0 +1 @@
+Unnamed repository; edit this file 'description' to name the repository.

BIN
cwanjia/index


+ 5 - 0
cwanjia/qqq.txt

@@ -0,0 +1,5 @@
+Django==2.2.7
+django-mssql-backend==2.3.0
+pyodbc==4.0.27
+pytz==2019.3
+sqlparse==0.3.0