Posts in Django
Create a Django Project in your Localhost
<p>Creating a project for Django is fun and exiting. This software are based on high level programm…
CorsHeaders Setting Options
In a production environment, NEVER set CORS_ALLOW_ALL_ORIGINS = True. # Instead, explicitly list y…
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) …