# HG changeset patch # User Branko Majic # Date 2013-02-27 21:01:35 # Node ID 27e0732c8598a9b42222876349e81132c75b0e5c # Parent 3c652f6dc03898a55c3e4b2a39db7a5f59e2acf3 Added South application for database migrations to test project. Updated the HG ignore file. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -2,3 +2,4 @@ syntax: glob *.pyc *~ projtest/projtest.db +projtest/south diff --git a/projtest/projtest/settings.py b/projtest/projtest/settings.py --- a/projtest/projtest/settings.py +++ b/projtest/projtest/settings.py @@ -129,6 +129,8 @@ INSTALLED_APPS = ( # 'django.contrib.admindocs', # Enable the conntrackt application 'conntrackt', + # Database migrations + 'south', ) # A sample logging configuration. The only tangible logging