20f486114e06
Added a bad loginurl.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Wed, 11 Mar 2009 19:22:22 -0400 | 
| parents | 80a83fa13e59 | 
| children | 848443d297d4 | 
| branches/tags | (none) | 
| files | settings.py | 
Changes
--- a/settings.py Wed Mar 11 19:01:29 2009 -0400 +++ b/settings.py Wed Mar 11 19:22:22 2009 -0400 @@ -47,6 +47,8 @@ # Examples: "http://media.lawrence.com", "http://example.com/media/" MEDIA_URL = '/site-media/' +LOGIN_URL = '/admin/' + # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. # Examples: "http://foo.com/media/", "/media/".