From 66e63edfafec1643f8d4b5a60de8c96f7ee700e5 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Thu, 19 Sep 2019 14:58:15 -0300 Subject: Add django-extensions to the default installation Django extensions comes with a lot of goodies, including shell_plus. As a default, included ptpython for default shell, but this can be overridden by installing another shell (bpython, ipython) and setting the SHELL_PLUS variable on local_settings.py. --- settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index e6423281..e91b5aa6 100644 --- a/settings.py +++ b/settings.py @@ -115,6 +115,7 @@ INSTALLED_APPS = ( 'django.contrib.admin', 'django.contrib.staticfiles', 'django_countries', + 'django_extensions', 'main', 'mirrors', -- cgit v1.2.3-55-g3dc8