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.
|
||||
"""
|
||||
dj('syncdb --noinput')
|
||||
dj('syncdb --migrate --noinput')
|
||||
|
||||
|
||||
@task
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
#
|
||||
# pip install -r requirements.pip
|
||||
|
||||
django==1.4.2
|
||||
#south==0.7.6
|
||||
django=>1.4
|
||||
south
|
||||
git+git://github.com/petry/django-foundation.git
|
||||
git+git://github.com/yohanboniface/django-leaflet-storage.git
|
||||
git+git://github.com/frankban/django-endless-pagination.git
|
||||
|
|
|
@ -35,7 +35,7 @@ INSTALLED_APPS = (
|
|||
'sesql',
|
||||
'compressor',
|
||||
|
||||
#'south',
|
||||
'south',
|
||||
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
|
Loading…
Reference in a new issue