Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
何全 committed Jun 3, 2019
1 parent e69f2de commit 5d545dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chain/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
'index',
'tasks',
'name',
'rest_framework',
'rest_framework.authtoken',
# 'rest_framework',
# 'rest_framework.authtoken',
'django_celery_results',
'django_celery_beat',
'guardian',
Expand Down Expand Up @@ -104,7 +104,7 @@
'ENGINE': 'django.db.backends.mysql',
'HOST': '127.0.0.1',
'PORT': '3306',
'NAME': 'seal',
'NAME': 'chain',
'USER': 'root',
'PASSWORD': '123456',
}
Expand Down

0 comments on commit 5d545dc

Please sign in to comment.