mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
Rename Django project to zproject.
This includes a hack to preserve humbug/backends.py as a symlink, so that we don't need to regenerate all our old sessions. (imported from commit b7918988b31c71ec01bbdc270db7017d4069221d)
This commit is contained in:
@@ -33,7 +33,7 @@ base_port = 9991
|
||||
manage_args = ''
|
||||
if options.test:
|
||||
base_port = 9981
|
||||
manage_args = '--settings=humbug.test_settings'
|
||||
manage_args = '--settings=zproject.test_settings'
|
||||
|
||||
proxy_port = base_port
|
||||
django_port = base_port+1
|
||||
|
||||
Reference in New Issue
Block a user