Rendition object (159)

Find specific words on web pages with Scrapy

Have you ever had the problem to scan your website for specific words, for example to find restricted words. This is a perfect job for Python and Scrapy. With only a few lines of code you can automate this task.

Rendition object (161)

Adjusting X_FRAME_OPTIONS in Django

When you deploy your Django application to production it is recommendable to adjust the settings.py with several security settings. One is the X_FRAME_OPTIONS setting, which protects your website against clickjacking.