removed TEST_RUNNER declaration since djcelery.contrib.test_runner.run_tests no longer seems to exist in latest djcelery package. not really sure why it was there in the first place.

pull/1/head
Ed Summers 2011-12-20 09:15:57 -05:00
parent d78a5cfe6c
commit b22d8a82c5
1 changed files with 4 additions and 6 deletions

View File

@ -194,13 +194,11 @@ AUTH_PROFILE_MODULE = "core.userprofile"
GOODREADS_API_KEY = ""
GOODREADS_API_SECRET = ""
import djcelery
djcelery.setup_loader()
TEST_RUNNER = 'djcelery.contrib.test_runner.run_tests'
# unglue.it parameters
UNGLUEIT_MINIMUM_TARGET = '1000' # in US Dollars
UNGLUEIT_LONGEST_DEADLINE = '180' # number of days allowed for a campaign
UNGLUEIT_SHORTEST_DEADLINE = '7' # minimum number of days allowed for a campaign
UNGLUEIT_RECOMMENDED_USERNAME = 'recommended'
import djcelery
djcelery.setup_loader()