We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 2582a86Copy full SHA for 2582a86
.gitignore
@@ -0,0 +1,15 @@
1
+lib-cov
2
+*.seed
3
+*.log
4
+*.csv
5
+*.dat
6
+*.out
7
+*.pid
8
+*.gz
9
+
10
+pids
11
+logs
12
+results
13
14
+node_modules
15
+npm-debug.log
README.md
@@ -0,0 +1,4 @@
+strider-python
+==============
+Python/Django support for Strider Continuous Deployment
0 commit comments