diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-11-15 08:53:28 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-11-15 08:53:28 +0700 |
| commit | 2861ba3cd7844079ce85ad31aa1470e95de7f71d (patch) | |
| tree | 093e2ef5846e960ca423e6e25ab434476690bab1 /indoteknik_custom/models/__init__.py | |
| parent | a2fe5cf62932ee4f112fd2f126ca2ee29036046a (diff) | |
add table website user cart
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 94fe56fe..21549684 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -29,3 +29,4 @@ from . import users from . import ir_attachment from . import delivery_carrier from . import dunning_run +from . import website_user_cart |
