Reputation: 6997
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
Reputation: 12195
I think the Security section of The Django Book will get you started.
Upvotes: 1