Allows API keys added via Admin to be updated, fixes issue #64

This commit is contained in:
2011-05-31 11:29:34 +01:00
parent 40e167556c
commit e2324e8a16
2 changed files with 14 additions and 1 deletions

View File

@@ -48,3 +48,6 @@ ADMINS = (
)
MANAGERS = ADMINS
CELERY_ALWAYS_EAGER = True
CELERY_EAGER_PROPAGATES_EXCEPTIONS = True