diff --git a/README.md b/README.md
index faf33d6..84d9897 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,7 @@ CharResource -- 存放echarts转化后的smartchart
git clone 项目
pip install smartchart
启动方式 python manage.py runserver
+帐号: admin/amdin
```
diff --git a/db.sqlite3 b/db.sqlite3
index 6aac6d9..293d493 100644
Binary files a/db.sqlite3 and b/db.sqlite3 differ
diff --git a/templates/echart/base.html b/templates/echart/base.html
index 3cefdbc..aeca6f5 100644
--- a/templates/echart/base.html
+++ b/templates/echart/base.html
@@ -25,9 +25,9 @@ font-size:10px;
{% endblock %}
{% block stylesheet %}{% endblock %}{{devhead|safe}}
-{% block body %}{% endblock %} {{footer|safe}}
-