Install shell_plus and ipython

This commit is contained in:
2022-05-04 19:31:58 +00:00
parent 29980025fb
commit f252d7882d
2 changed files with 16 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.sites',
'django_extensions',
'rest_framework',
'rest_framework.authtoken',
'apiserver.api',
@@ -295,5 +296,7 @@ logger.info('Test logging for each thread')
APP_VERSION = 3 # TODO: automate this
SHELL_PLUS = 'ipython'
#import logging_tree
#logging_tree.printout()