luanpoppe commited on
Commit
fec7c53
·
1 Parent(s): 7f5942d

fix: tentando fix de versão de lib

Browse files
Files changed (2) hide show
  1. requirements.txt +0 -0
  2. setup/settings.py +4 -0
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
 
setup/settings.py CHANGED
@@ -21,9 +21,11 @@ DEBUG = True
21
 
22
  ALLOWED_HOSTS = [
23
  "localhost",
 
24
  "127.0.0.1",
25
  "luanpoppe-projeto-y-teste-01.hf.space",
26
  "luanpoppe-vella-backend.hf.space",
 
27
  "*",
28
  ]
29
 
@@ -132,8 +134,10 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
132
 
133
  CORS_ORIGIN_WHITELIST = [
134
  "http://localhost",
 
135
  "https://luanpoppe-projeto-y-teste-01.hf.space",
136
  "https://luanpoppe-vella-backend.hf.space",
 
137
  "https://*",
138
  ]
139
 
 
21
 
22
  ALLOWED_HOSTS = [
23
  "localhost",
24
+ "http://localhost:5173",
25
  "127.0.0.1",
26
  "luanpoppe-projeto-y-teste-01.hf.space",
27
  "luanpoppe-vella-backend.hf.space",
28
+ "https://front-prompt-vella.vercel.app",
29
  "*",
30
  ]
31
 
 
134
 
135
  CORS_ORIGIN_WHITELIST = [
136
  "http://localhost",
137
+ "http://localhost:5173",
138
  "https://luanpoppe-projeto-y-teste-01.hf.space",
139
  "https://luanpoppe-vella-backend.hf.space",
140
+ "https://front-prompt-vella.vercel.app",
141
  "https://*",
142
  ]
143