We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf1c48 commit fa0fbd2Copy full SHA for fa0fbd2
2 files changed
personal_finance/settings.py
@@ -40,9 +40,12 @@
40
'rest_framework',
41
'drf_yasg',
42
'django_filters',
43
+ 'django_extensions',
44
'account',
45
]
46
47
+SHELL_PLUS = "ipython"
48
+
49
MIDDLEWARE = [
50
'django.middleware.security.SecurityMiddleware',
51
'django.contrib.sessions.middleware.SessionMiddleware',
requirements.txt
@@ -6,3 +6,5 @@ factory-boy
6
pytest-django
7
drf-yasg
8
django-filter
9
+django-extensions
10
+ipython
0 commit comments