diff --git a/config.py b/config.py deleted file mode 100644 index ee7946a..0000000 --- a/config.py +++ /dev/null @@ -1,7 +0,0 @@ -db_config = { - 'host': 'localhost', - 'user': 'root', - 'password': 'root', - 'database': 'income_tax', - 'port': 3306 -} diff --git a/templates/upload.html b/templates/upload.html index 3dd8b70..665e482 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -35,4 +35,8 @@ +{% endblock %} + +{% block extra_js %} + {% endblock %} \ No newline at end of file