Compare commits
1 Commits
v0.3.25020
...
v0.3.25020
| Author | SHA1 | Date | |
|---|---|---|---|
| 6795697dea |
@@ -131,8 +131,7 @@ REST_FRAMEWORK = {
|
||||
'DEFAULT_RENDERER_CLASSES': ('rest_framework.renderers.JSONRenderer',),
|
||||
}
|
||||
|
||||
if DEBUG is True:
|
||||
CORS_ALLOW_ALL_ORIGINS = True
|
||||
CORS_ALLOW_ALL_ORIGINS = True
|
||||
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
Reference in New Issue
Block a user