Skip to content

Instantly share code, notes, and snippets.

View eyesee1's full-sized avatar

Duna Csandl eyesee1

View GitHub Profile
@merlinmann
merlinmann / wisdom.md
Last active April 17, 2024 21:52
Merlin's Wisdom Project (Draft)

Merlin's Wisdom Project

Or: “Everybody likes being given a glass of water.”

By Merlin Mann.

It's only advice for you because it had to be advice for me.

@Cediddi
Cediddi / shell_plus_for_pycharm.py
Created March 11, 2017 12:27
django_extensions' shell_plus for Pycharm's django console
from django_extensions.management.shells import import_objects
from django.core.management.color import no_style
globals().update(import_objects({"dont_load":[], "quiet_load":False},no_style()))