| Filename | |
|---|---|
| settings.py |
diff --git a/settings.py b/settings.py index e5c5c64..14b9c19 100644 --- a/settings.py +++ b/settings.py @@ -40,7 +40,7 @@ MEDIA_ROOT = '' # Example: "http://media.lawrence.com" MEDIA_URL = '' -BASE_URL = '/ps' +BASE_URL = '' LOGIN_URL=BASE_URL+'/login/' LOGOUT_URL=BASE_URL+'/logout/'