Skip to content

Instantly share code, notes, and snippets.

@BryanTabarez
BryanTabarez / link_to_local_user.py
Created April 30, 2017 18:51
django-allauth login social account with a local account email
@BryanTabarez
BryanTabarez / wkhtmltopdf.sh
Last active April 24, 2017 05:20
Install wkhtmltopdf on Ubuntu 14.04
## Install wkhtmltopdf on Ubuntu
# This was tested on:
# - Ubuntu 14.04 x64
sudo apt-get update
sudo apt-get install xvfb
sudo apt-get install libfontconfig
sudo apt-get install wkhtmltopdf