diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-12-21 15:17:44 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-12-21 15:17:44 +0700 |
| commit | 3cae188ec17df24e8205c43c72e91b358e836452 (patch) | |
| tree | 191d348efde4b540c035fda70bf889b49f596730 /indoteknik_api/models/__init__.py | |
| parent | a553bc46cd42aa5e56a9e438d959c32bd70d10b4 (diff) | |
use jwt and api user update
Diffstat (limited to 'indoteknik_api/models/__init__.py')
| -rw-r--r-- | indoteknik_api/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/__init__.py b/indoteknik_api/models/__init__.py index 25f6997f..3e00e2f0 100644 --- a/indoteknik_api/models/__init__.py +++ b/indoteknik_api/models/__init__.py @@ -2,4 +2,5 @@ from . import blog_post from . import product_pricelist from . import product_product from . import product_template +from . import res_users from . import x_manufactures
\ No newline at end of file |
