Skip to content

Commit f312e6d

Browse files
committed
enable django-extensions
1 parent 5625d9e commit f312e6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: example_project/settings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ def project_dir(*paths):
125125
# my app
126126
'django_object_actions',
127127

128-
# Uncomment the next line to get runshell_plus, shell_plus, etc
129-
# 'django_extensions',
130-
128+
# dev helpers
129+
'django_extensions',
130+
# testing
131131
'django_nose',
132132
)
133133

0 commit comments

Comments
 (0)