update excel process & add keywords admin
Showing
10 changed files
with
251 additions
and
8 deletions
src/apps/doc/ocr/wb.py
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -2,4 +2,4 @@ from django.apps import AppConfig |
class AccountConfig(AppConfig): | ||
name = 'account' | ||
name = 'apps.account' | ||
... | ... |
... | ... | @@ -2,4 +2,5 @@ from django.apps import AppConfig |
class DocConfig(AppConfig): | ||
name = 'doc' | ||
name = 'apps.doc' | ||
verbose_name = '文件' | ||
... | ... |