File diff 1291c9123c45 → ba26a581c827
testproject/testproject/settings.py
Show inline comments
 
@@ -152,8 +152,6 @@ INSTALLED_APPS = (
 
    'south',
 
    # Generic mixins for Django.
 
    'braces',
 
    # Enable test-runner.
 
    'discover_runner',
 
    # Better forms, including styling functions.
 
    'crispy_forms',
 
)
 
@@ -189,6 +187,3 @@ LOGGING = {
 

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

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