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
 
syntax: glob
 
*.pyc
 
*~
 
projtest/projtest.db
 
projtest/south
projtest/projtest/settings.py
Show inline comments
 
@@ -126,12 +126,14 @@ INSTALLED_APPS = (
 
    # Uncomment the next line to enable the admin:
 
    'django.contrib.admin',
 
    # Uncomment the next line to enable admin documentation:
 
    # 'django.contrib.admindocs',
 
    # Enable the conntrackt application
 
    'conntrackt',
 
    # Database migrations
 
    'south',
 
)
 

	
 
# A sample logging configuration. The only tangible logging
 
# performed by this configuration is to send an email to
 
# the site admins on every HTTP 500 error when DEBUG=False.
 
# See http://docs.djangoproject.com/en/dev/topics/logging for
0 comments (0 inline, 0 general)