CorsHeaders Setting Options
CorsHeaders Setting Options

In a production environment, NEVER set CORS_ALLOW_ALL_ORIGINS = True. # Instead, explicitly list your allowed origins.

Rosendo Cuyasen
2 months, 1 week ago
Django
38 views 0 comments
How to protect access from other site of your json data
How to protect access from other site of your json data

To protect your JSON data from being accessed by "other sites" (meaning different domains/origins) when a browser is making a …

Rosendo Cuyasen
2 months, 1 week ago
Django
21 views 0 comments
How to check Your postgresql in Python
How to check Your postgresql in Python

To check the status of your PostgreSQL server and inspect your databases and users

Rosendo Cuyasen
2 months, 1 week ago
Python
38 views 0 comments