saving . . . saved python has been deleted. python has been hidden .
python
Title
Question
can i link ipython with mysql database
is ipython support django


Python General None min None sec 22-06-19, 11:57 a.m. Nigam.1611

Answers:

IPython is purely a console environment to run python code and functions/commands.

You can run specific python code that connects to any database (and you can do so from inside the IPython console)

IPython does not directly support Django because django is a framework that needs a lot more configuration. Although in case you set up a django project you can run the django supported environment within an Ipython shell using the django shell command

Since django is not within the scope of the tutorial mentioned in your question, I suggest you look at the django tutorials or at online forums to get a better idea.
22-06-19, 12:11 p.m. ankitrj.iitb


Log-in to answer to this question.