add: order model, order create api, order create serializer, order item model

This commit is contained in:
behruz-dev
2025-08-29 16:34:15 +05:00
parent 6aa82a74e7
commit 4f45b97aaa
11 changed files with 192 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ CORS_ALLOWED_ORIGINS = [
]
CSRF_TRUSTED_ORIGINS = [
'http://localhost:8001',
'http://127.0.0.1:8001',
'http://localhost:8080',
'http://127.0.0.1:8080',
'https://horeca.felixits.uz',
]