diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-06 19:16:15 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-06 19:16:15 +0700 |
| commit | 09da2ee75e087054afd3683af130fda332f22924 (patch) | |
| tree | 210ecd23b9ba83a948558808f3dcf4a5598f1683 /indoteknik_api/models/__init__.py | |
| parent | 0917596321593241fd1727aba8922651eb988948 (diff) | |
add videos total in website content apiJan-2023
Diffstat (limited to 'indoteknik_api/models/__init__.py')
| -rw-r--r-- | indoteknik_api/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_api/models/__init__.py b/indoteknik_api/models/__init__.py index 3e00e2f0..4447c215 100644 --- a/indoteknik_api/models/__init__.py +++ b/indoteknik_api/models/__init__.py @@ -3,4 +3,5 @@ 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 +from . import x_manufactures +from . import website_content |
