Adding south (cf yohanboniface/django-leaflet-storage#8)
This commit is contained in:
parent
363d3e41b8
commit
63bd4a5587
3 changed files with 4 additions and 4 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -174,7 +174,7 @@ def syncdb(sync=True, migrate=True):
|
||||||
"""
|
"""
|
||||||
Synchronize the database.
|
Synchronize the database.
|
||||||
"""
|
"""
|
||||||
dj('syncdb --noinput')
|
dj('syncdb --migrate --noinput')
|
||||||
|
|
||||||
|
|
||||||
@task
|
@task
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
#
|
#
|
||||||
# pip install -r requirements.pip
|
# pip install -r requirements.pip
|
||||||
|
|
||||||
django==1.4.2
|
django=>1.4
|
||||||
#south==0.7.6
|
south
|
||||||
git+git://github.com/petry/django-foundation.git
|
git+git://github.com/petry/django-foundation.git
|
||||||
git+git://github.com/yohanboniface/django-leaflet-storage.git
|
git+git://github.com/yohanboniface/django-leaflet-storage.git
|
||||||
git+git://github.com/frankban/django-endless-pagination.git
|
git+git://github.com/frankban/django-endless-pagination.git
|
||||||
|
|
|
@ -35,7 +35,7 @@ INSTALLED_APPS = (
|
||||||
'sesql',
|
'sesql',
|
||||||
'compressor',
|
'compressor',
|
||||||
|
|
||||||
#'south',
|
'south',
|
||||||
|
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
'django.contrib.contenttypes',
|
'django.contrib.contenttypes',
|
||||||
|
|
Loading…
Reference in a new issue