Tweak the UI (make it use the new user API) and bugfixes

This commit is contained in:
Thomas Sileo
2018-06-03 11:41:18 +02:00
parent ef5b32a33c
commit 7db48800a2
5 changed files with 20 additions and 42 deletions

View File

@@ -19,7 +19,6 @@ from utils.linked_data_sig import generate_signature
log = logging.getLogger(__name__)
app = Celery('tasks', broker=os.getenv('MICROBLOGPUB_AMQP_BROKER', 'pyamqp://guest@localhost//'))
# app = Celery('tasks', broker='pyamqp://guest@rabbitmq//')
SigAuth = HTTPSigAuth(ID+'#main-key', KEY.privkey)