From 5d545dc4a0588c4b120aee302cb5898a3013b67a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=85=A8?= Date: Mon, 3 Jun 2019 15:10:21 +0800 Subject: [PATCH] update --- chain/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chain/settings.py b/chain/settings.py index 985bf29..f48539f 100644 --- a/chain/settings.py +++ b/chain/settings.py @@ -44,8 +44,8 @@ 'index', 'tasks', 'name', - 'rest_framework', - 'rest_framework.authtoken', + # 'rest_framework', + # 'rest_framework.authtoken', 'django_celery_results', 'django_celery_beat', 'guardian', @@ -104,7 +104,7 @@ 'ENGINE': 'django.db.backends.mysql', 'HOST': '127.0.0.1', 'PORT': '3306', - 'NAME': 'seal', + 'NAME': 'chain', 'USER': 'root', 'PASSWORD': '123456', }