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
 
@@ -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"
0 comments (0 inline, 0 general)