S
S
Seth262015-12-02 17:26:36
Django
Seth26, 2015-12-02 17:26:36

Will Pycharm + Django allow sending data to Mysql?

If you install Django on Pycharm, will it be possible to send data from the program to the database? For example, write a loop that displays numbers from zero to 100 and sends it to Mysql with each output

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kitaev, 2015-12-02
@deliro

Can. But what about django?

M
mukizu, 2015-12-03
@mukizu

PyCharm is a development environment. Write there the code that communicates with the database, run - rejoice. But it is you who implements the interaction of your program with the database, PyCharm does not play a role here - it's just a set of developer tools collected in one place.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question