https://github.com/davidfischer/securing-your-django-site-presentation
https://github.com/davidfischer/securing-your-django-site-presentation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidfischer/securing-your-django-site-presentation
- Owner: davidfischer
- Created: 2012-02-23T06:22:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-23T16:16:34.000Z (over 12 years ago)
- Last Synced: 2025-01-03T07:03:23.656Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 664 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Securing Your Django Site
This is a Django security talk I have given a few times at the San Diego
Python meetups and workshops.## Highlights
* Basics: XSS, CSRF, SQL Injection
* Slightly more advanced: caching, pickle, passwords
* Double checking security exceptions
* New Django 1.4 and 1.5 stuff
* Django settings
* Settings not handled by DjangoThe fact that I used Impress.js and gave a mostly slide based presentation is not lost on me.