Changes between Initial Version and Version 4 of Ticket #31465
- Timestamp:
- Apr 14, 2020, 11:27:52 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31465
- Property Owner changed from to
- Property Status new → closed
- Property Resolution → invalid
-
Ticket #31465 – Description
initial v4 2 2 To run the command python3 manage.py shell, I thought of using IPython, so I ran this command ipython3 manage.py shell. First the command gave me a list of available commands (for manage.py), then it gave me the IPython prompt. Me, confused, ran the same command with python3, but I still got IPython. I closed the shell and launched it again, I went back to home directory and checked if IPython and Python are working fine, yes they were, they were working with the right way. 3 3 4 So I cded the tutorial's directory and ran python3 manage.py shell but again got IPython shell. I think Django has modified some environment flags or something else. I thought of posting this to mailing-list, as I'm a noob and this could be a "feature"; but I got an error that there is googlegroups cannot find "django-users" account. I have attached a link to the screenshot for sake of convenience. 4 So I cded the tutorial's directory and ran python3 manage.py shell but again got IPython shell. 5 The issue is why am I getting IPython when I run the command for normal Python interpreter? 6 I think Django has modified some environment flags or something else. I thought of posting this to mailing-list, as I'm a noob and this could be a "feature"; but I got an error that there is googlegroups cannot find "django-users" account. I have attached a link to the screenshot for sake of convenience. 5 7 6 8 My System: