add alias dbtool
authorHongyuan Ma <CS_MaleicAcid@163.com>
Fri, 15 Jun 2018 11:56:18 +0000 (19:56 +0800)
committerHongyuan Ma <CS_MaleicAcid@163.com>
Fri, 15 Jun 2018 11:56:18 +0000 (19:56 +0800)
commit80a0dcd004429c6e3c9cded3694f65da48e97a8f
tree0016abc50b5eca8fbba2a63c72dea7bdad9cce75
parenta022b1fdfefcfb7086ae7c37a37651ab47b84f58
add alias dbtool
14 files changed:
web/apps/test_records/models.py
web/apps/test_records/views.py
web/apps/users/models.py
web/db_tools/data/__init__.py [new file with mode: 0644]
web/db_tools/data/alias_data.py [new file with mode: 0644]
web/db_tools/data/category_data.py [new file with mode: 0644]
web/db_tools/data/category_date.py [deleted file]
web/db_tools/data/machine_data.py [new file with mode: 0644]
web/db_tools/data/user_data.py [new file with mode: 0644]
web/db_tools/data/user_date.py [deleted file]
web/db_tools/import_alias_data.py [new file with mode: 0644]
web/db_tools/import_category_data.py
web/db_tools/import_machine_data.py [new file with mode: 0644]
web/db_tools/import_user_data.py