File diff 1291c9123c45 → ba26a581c827
testproject/testproject/settings.py
Show inline comments
 
@@ -149,14 +149,12 @@ INSTALLED_APPS = (
 
    # Enable the conntrackt application
 
    'conntrackt',
 
    # Database migrations
 
    'south',
 
    # Generic mixins for Django.
 
    'braces',
 
    # Enable test-runner.
 
    'discover_runner',
 
    # Better forms, including styling functions.
 
    'crispy_forms',
 
)
 

	
 
# A sample logging configuration. The only tangible logging
 
# performed by this configuration is to send an email to
 
@@ -186,9 +184,6 @@ LOGGING = {
 
        },
 
    }
 
}
 

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

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