ENTERPRISE => VOYAGER.

(imported from commit 4f8080b9f506a87ca40bef32e39de5218cba916a)
This commit is contained in:
David Roe
2015-08-21 02:24:18 -07:00
committed by Tim Abbott
parent f9f1fdc4d7
commit edf7e732a2
17 changed files with 55 additions and 64 deletions

View File

@@ -254,7 +254,7 @@ v1_api_and_json_patterns = patterns('zerver.views',
{'GET': 'get_events_backend',
'DELETE': 'cleanup_event_queue'}),
)
if not settings.ENTERPRISE:
if not settings.VOYAGER:
v1_api_and_json_patterns += patterns('',
# Still scoped to api/v1/, but under a different project
url(r'^deployments/', include('zilencer.urls.api')),