diff options
| author | Weitian LI <liweitianux@gmail.com> | 2014-04-20 21:03:59 +0800 |
|---|---|---|
| committer | Weitian LI <liweitianux@gmail.com> | 2014-04-20 21:03:59 +0800 |
| commit | 67c4f7a8f32050830cc195700cd9f647fbe3ed6e (patch) | |
| tree | 090ee0b31c8760a5414d2a69e53f61830f8f5894 /django_skaschool | |
| parent | 7a1f582dd1ae7ddfe9765c74b6dc828d4b6ad904 (diff) | |
| download | django-skaschool-67c4f7a8f32050830cc195700cd9f647fbe3ed6e.tar.bz2 | |
disabled app south and removed migrations
Diffstat (limited to 'django_skaschool')
| -rw-r--r-- | django_skaschool/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django_skaschool/settings.py b/django_skaschool/settings.py index b61a474..2054819 100644 --- a/django_skaschool/settings.py +++ b/django_skaschool/settings.py @@ -41,7 +41,7 @@ DEFAULT_APPS = ( ) # THIRD_PARTY_APPS THIRD_PARTY_APPS = ( - 'south', + #'south', 'bootstrap3', 'registration', ) |
