add: add product and category models

This commit is contained in:
behruz-dev
2025-08-28 16:43:33 +05:00
parent 53042ed25e
commit 8e4f79d856
32 changed files with 418 additions and 7 deletions

View File

@@ -4,6 +4,6 @@ REST_FRAMEWORK = {
'rest_framework.authentication.BasicAuthentication',
'rest_framework_simplejwt.authentication.JWTAuthentication',
],
# 'DEFAULT_PAGINATION_CLASS': 'core.apps.shared.paginations.custom.CustomPageNumberPagination',
# 'PAGE_SIZE': 10
'DEFAULT_PAGINATION_CLASS': 'core.apps.shared.paginations.custom.CustomPageNumberPagination',
'PAGE_SIZE': 10
}