File diff 94adf07f332c → 109d23889f37
projtest/projtest/settings.py
Show inline comments
 
@@ -131,6 +131,8 @@ INSTALLED_APPS = (
 
    'south',
 
    # Generic mixins for Django.
 
    'braces',
 
    # Enable test-runner.
 
    'discover_runner',
 
)
 

	
 
# A sample logging configuration. The only tangible logging
 
@@ -164,3 +166,6 @@ LOGGING = {
 

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

	
 
# Use custom test runner.
 
TEST_RUNNER = 'discover_runner.DiscoverRunner'