add: order model, order create api, order create serializer, order item model
This commit is contained in:
@@ -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',
|
||||
]
|
||||
Reference in New Issue
Block a user