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.
parent
d78a5cfe6c
commit
b22d8a82c5
|
@ -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'
|
||||
UNGLUEIT_RECOMMENDED_USERNAME = 'recommended'
|
||||
|
||||
import djcelery
|
||||
djcelery.setup_loader()
|
||||
|
|
Loading…
Reference in New Issue