Changeset - 71d991001a67
[Not reviewed]
default
0 1 0
Branko Majic (branko) - 11 years ago 2013-06-22 22:27:45
branko@majic.rs
Added braces application to test project. Defined login URL name.
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
projtest/projtest/settings.py
Show inline comments
 
@@ -126,12 +126,14 @@ INSTALLED_APPS = (
 
    # Uncomment the next line to enable admin documentation:
 
    # 'django.contrib.admindocs',
 
    # Enable the conntrackt application
 
    'conntrackt',
 
    # Database migrations
 
    'south',
 
    # Generic mixins for Django.
 
    'braces',
 
)
 

	
 
# 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
 
@@ -156,6 +158,9 @@ LOGGING = {
 
            'handlers': ['mail_admins'],
 
            'level': 'ERROR',
 
            'propagate': True,
 
        },
 
    }
 
}
 

	
 
# View that should be called for log-in action.
 
LOGIN_URL="login"
0 comments (0 inline, 0 general)