mirror of
https://github.com/lemeow125/Ivy-Backend.git
synced 2025-06-29 00:55:42 +08:00
Added products model
This commit is contained in:
parent
62237c9a3c
commit
d98c88482d
14 changed files with 98 additions and 3 deletions
|
@ -41,6 +41,7 @@ INSTALLED_APPS = [
|
|||
'rest_framework.authtoken',
|
||||
'djoser',
|
||||
'corsheaders',
|
||||
'products',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
@ -110,7 +111,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
|
||||
TIME_ZONE = 'UTC'
|
||||
TIME_ZONE = 'Asia/Manila'
|
||||
|
||||
USE_I18N = True
|
||||
|
||||
|
@ -146,4 +147,5 @@ EMAIL_PORT = '2525'
|
|||
|
||||
CORS_ALLOWED_ORIGINS = [
|
||||
"http://localhost:3000",
|
||||
"http://localhost:8000",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue