Move default EVE Proxy config over into common, switch on USE_TZ

This commit is contained in:
2012-06-02 09:44:17 +01:00
parent fc65880c8b
commit d0b4732e38

View File

@@ -10,7 +10,7 @@ TIME_ZONE = 'UTC'
LANGUAGE_CODE = 'en-us'
SITE_ID = 1
USE_I18N = True
USE_TZ = False
USE_TZ = True
# Defines the Static Media storage as per staticfiles contrib
STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', '..', 'static')
@@ -90,6 +90,10 @@ OAUTH_CALLBACK_VIEW = 'api.views.oauth_callback_view'
## EVE Proxy
EVE_API_URL = "https://api.eveonline.com"
EVE_CDN_URL = "https://image.eveonline.com"
EVE_PROXY_KEEP_LOGS = 30
# Manual adjustments to cache timers (lowercase path)
EVE_PROXY_CACHE_ADJUSTMENTS = {
'/api/calllist.xml.aspx': 3600,