Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 555 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 555 Bytes

2016.pycon.my

My IPython notebook slides source during my presentation at PyCon MY 2016. You can see the slides directly using nbviewer here.

Basically my presentation consists of two parts:

  1. A vulnerable Django application
    I'd like to show what is web application vulnerabilities. The code is intended to be unsecure code.

  2. Securing Django
    Securing your Django application from the configuration settings.