File diff 2755f34f36d7 → 71d991001a67
projtest/projtest/settings.py
Show inline comments
 
@@ -129,6 +129,8 @@ INSTALLED_APPS = (
 
    'conntrackt',
 
    # Database migrations
 
    'south',
 
    # Generic mixins for Django.
 
    'braces',
 
)
 

	
 
# A sample logging configuration. The only tangible logging
 
@@ -159,3 +161,6 @@ LOGGING = {
 
        },
 
    }
 
}
 

	
 
# View that should be called for log-in action.
 
LOGIN_URL="login"