Allow running the dev server with the test database, on different ports

For use by frontend tests.

(imported from commit c8f81b862963f00e5b5517ba05b2d1adcab6d78a)
This commit is contained in:
Keegan McAllister
2012-11-08 17:23:25 -05:00
parent 31496e9189
commit ed490c672f
3 changed files with 26 additions and 8 deletions

View File

@@ -4,3 +4,4 @@ DATABASES["default"] = {"NAME": "zephyr/tests/zephyrdb.test",
"ENGINE": "django.db.backends.sqlite3",
"OPTIONS": { "timeout": 20, },}
TORNADO_SERVER = 'http://localhost:9983'