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:
Tim Abbott
2013-08-06 16:51:47 -04:00
parent 44057cb31b
commit 7b9305b06f
20 changed files with 86 additions and 85 deletions

View File

@@ -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