Skip to content
  • Claude Paroz's avatar
    Setup D-L to use South for model migrations · 9dd5cc81
    Claude Paroz authored
    This commit doesn't change any model, it just sets up things so
    as future changes can be managed with South.
    For existing databases, you should run the following commands after
    South has been installed and 'south' added to your settings.py
    INSTALLED_APPS:
    python manage.py migrate stats 0001 --fake
    python manage.py migrate vertimus 0001 --fake
    python manage.py migrate teams 0001 --fake
    python manage.py migrate people 0001 --fake
    python manage.py migrate languages 0001 --fake
    9dd5cc81