The first layer of security is the built-in security protocols enhanced via our Django application. Django is a python-based web framework. Those built-in security protocols include, but are not limited to: Cross site scripting (XSS) protection, Cross site request forgery … Read More
Author Archives: admin


Benefits of Using Python-Based Django Framework
This document is an overview of Django’s security features. It includes advice on securing a Django-powered site. Cross site scripting (XSS) protection XSS attacks allow a user to inject client side scripts into the browsers of other users. This is … Read More
Tags: Django, Django Framework, Python, Responsive