Issue
When I run python manage.py shell_plus there are many pre and post imports there. How can I hide them(I want to use it but not to see it). I use python 3.4.3 and ipython 6.2.1
Solution
I have solved this task by myself.
django-admin shell_plus --quiet-load
Answered By - Andrey Berenda
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.