Changeset - 27e0732c8598
[Not reviewed]
default
0 2 0
Branko Majic (branko) - 11 years ago 2013-02-27 21:01:35
branko@majic.rs
Added South application for database migrations to test project. Updated the HG ignore file.
2 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -2,3 +2,4 @@ syntax: glob
 
*.pyc
 
*~
 
projtest/projtest.db
 
projtest/south
projtest/projtest/settings.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)