diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-04-17 15:14:13 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-04-17 15:14:13 +0800 |
commit | 097f525fd47ebd353dc9ee96005a29695b3438cc (patch) | |
tree | 2de929d400dc182d8ff84b421d0021d9a33244f9 /.gitignore | |
parent | afc87e9ef72745bdddb1adc8a84f3d46eac73440 (diff) | |
download | django-skaschool-097f525fd47ebd353dc9ee96005a29695b3438cc.tar.bz2 |
* added 'south' to INSTALLED_APPS
* added 'README.md', 'requirements.txt'
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e46d16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# .gitignore + +*~ +*.pyc + |