Skip to content

Instantly share code, notes, and snippets.

View Quotation's full-sized avatar

Xiaolei Wang Quotation

View GitHub Profile
@Quotation
Quotation / shell.py
Last active August 19, 2023 14:23 — forked from defrex/shell.py
Use ptpython for Django shell
from django.core.management.commands.shell import Command as ShellCommand
import os
class Command(ShellCommand):
shells = ShellCommand.shells.append('ptpython')
def ptpython(self):
try:
# old ptpython