Misspell in comments in settings.py

'af' should be 'of' in openstack_dashboard/settings.py

Change-Id: Ibcb0e4b592882e2dfb9322632b56c1385a782c44
This commit is contained in:
Wu Wenxiang 2015-01-22 20:10:41 -08:00
parent 04b692cc30
commit a3c6300161

View File

@ -170,7 +170,7 @@ SESSION_COOKIE_HTTPONLY = True
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_COOKIE_SECURE = False
SESSION_TIMEOUT = 1800
# A token can be near the end af validity when a page starts loading, and
# A token can be near the end of validity when a page starts loading, and
# invalid during the rendering which can cause errors when a page load.
# TOKEN_TIMEOUT_MARGIN defines a time in seconds we retrieve from token
# validity to avoid this issue. You can adjust this time depending on the