summaryrefslogtreecommitdiff
path: root/indoteknik_api/models/__init__.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-10-24 15:51:31 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-10-24 15:51:31 +0700
commit3270307c573ca7a8970899dcc7ee02aa7260a6cb (patch)
treedf092b367d3420bf63bf9b82450f88ee0587124a /indoteknik_api/models/__init__.py
parente0d9fdcfd618332d6324c244859e9cbbf3a6a225 (diff)
Get blog and blog detail Rest API
Diffstat (limited to 'indoteknik_api/models/__init__.py')
-rw-r--r--indoteknik_api/models/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_api/models/__init__.py b/indoteknik_api/models/__init__.py
index 06f1e1da..de2a2804 100644
--- a/indoteknik_api/models/__init__.py
+++ b/indoteknik_api/models/__init__.py
@@ -1,2 +1,3 @@
+from . import blog_post
from . import product_pricelist
from . import product_template