Skip to content

Instantly share code, notes, and snippets.

View bogdan-kulynych's full-sized avatar

Bogdan Kulynych bogdan-kulynych

View GitHub Profile
@redVi
redVi / ru.yml
Created November 13, 2013 10:05
localization file for Jekyll (_locales/ru.yml)
ru:
date:
abbr_day_names:
- Вс
- Пн
- Вт
- Ср
- Чт
- Пт
- Сб
@DeadlyBrad42
DeadlyBrad42 / Neat Emoticons
Last active October 22, 2021 15:41
Not that we needed all that for the trip, but once you get locked into a serious emoticon collection, the tendency is to push it as far as you can.
Neat Emoticons & Unicode Characters!
(•_• )
( •_•)
( •_•)>⌐■-■
(⌐■_■)
⌐■-■
⌐■-■
⌐■-■
@palewire
palewire / settings.py
Created February 4, 2012 21:50
My current default Django LOGGING configuration
LOGGING = {
'version': 1,
'disable_existing_loggers': False,
'handlers': {
'mail_admins': {
'level': 'ERROR',
'class': 'django.utils.log.AdminEmailHandler'
},
'null': {
'level':'DEBUG',