Mo J. Mughrabi
Mo J. Mughrabi

Reputation: 6997

Django, unobtrusive JavaScript and cross-site scripting

am wondering if there is a manual/tutorial that talks about advance use of JavaScripting and django, using existing frameworks such as JQuery or Prototype, generating unobtrusive JavaScripting with no inline Javascripting.

Another question, is there a place where I can read about cross-site scripting and how I can protect my django project from such a thing?

Regards,

Upvotes: 1

Views: 340

Answers (1)

Steve Jalim
Steve Jalim

Reputation: 12195

I think the Security section of The Django Book will get you started.

Upvotes: 1

Related Questions