diff options
| author | Magnus Hagander | 2014-04-22 11:35:44 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2014-04-22 11:35:44 +0000 |
| commit | 68141f8ee1113a328780e8dfe1c2f06f740ac396 (patch) | |
| tree | 9baeb263c2e07fc8aa165db88b8a8b760853204f /pgcommitfest/settings.py | |
| parent | c2502f84ba7466f6ce0a0cd5db95c31cb5b99dd3 (diff) | |
Don't barf when trying to filter on a user not logged in
Diffstat (limited to 'pgcommitfest/settings.py')
| -rw-r--r-- | pgcommitfest/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pgcommitfest/settings.py b/pgcommitfest/settings.py index c387835..94b534d 100644 --- a/pgcommitfest/settings.py +++ b/pgcommitfest/settings.py @@ -150,6 +150,8 @@ LOGGING = { DATE_FORMAT='Y-m-d' DATETIME_FORMAT='Y-m-d H:i:s' +LOGIN_URL='/account/login/' + ARCHIVES_TIMEOUT=10 # Seconds to wait for calls to the archives ARCHIVES_SERVER="localhost" ARCHIVES_PORT="8001" |
