aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeitian LI <liweitianux@gmail.com>2014-04-18 21:17:50 +0800
committerWeitian LI <liweitianux@gmail.com>2014-04-18 21:17:50 +0800
commita50364c081a5aa4857223474207c154cb82896ee (patch)
treeed913315202446d57577eaef6271f05a6fa0c762
parent097f525fd47ebd353dc9ee96005a29695b3438cc (diff)
downloaddjango-skaschool-a50364c081a5aa4857223474207c154cb82896ee.tar.bz2
* updated .gitignore, manage.py and requirements.txt
-rw-r--r--.gitignore1
-rw-r--r--[-rwxr-xr-x]manage.py0
-rw-r--r--requirements.txt7
3 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2e46d16..8c97728 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
*~
*.pyc
+*.swp
diff --git a/manage.py b/manage.py
index 7a8a1e7..7a8a1e7 100755..100644
--- a/manage.py
+++ b/manage.py
diff --git a/requirements.txt b/requirements.txt
index 057742f..ae1d743 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,5 @@
-django
-south
+Django==1.6.2
+South==0.8.4
+django-bootstrap3==4.2.0
+django-registration==1.0
+wsgiref==0.1.2