Skip to content

Instantly share code, notes, and snippets.

@martinsam
martinsam / reverse_delete_dj_object.py
Last active September 21, 2017 08:03 — forked from anonymous/reverse_delete_dj_object.py
Récupérer les données suite à une suppression d'objet
from django.contrib.admin.util import NestedObjects
from django.db import DEFAULT_DB_ALIAS
from django.core import serializers
# flatten function
def flatten(xs):
result = []
if isinstance(xs, (list, tuple)):
@martinsam
martinsam / nginx.conf
Created September 6, 2016 15:52 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
pip install django-haystack==2.3.1
pip install git+https://github.com/notanumber/xapian-haystack.git
# Check and correct /lib/python2.7/site-packages/xapian_backend.py L64 for python 2.6
apt-get install uuid-dev
apt-get install zlib1g-dev
apt-get install g++
export VENV=$VIRTUAL_ENV