S
S
Shuboanator2014-09-09 16:18:57
Django
Shuboanator, 2014-09-09 16:18:57

How to migrate a website to django?

My friend's site was created on CRM laimon, as far as I understood, it works on django, the python language. Duck, he was told that his hosting would be removed soon, so he had to change it! How can this be done? is it difficult?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Vasiliev, 2014-09-09
@Shuboanator

If the site was made by a competent programmer, then somewhere in the root there is a file like requirements.txt
. All the packages and libraries needed for the site to work are listed there.
If it is not there, then you need to generate a list of all the packages installed in the system with the command
And install everything you need on the new hosting with the command
If the pip command does not work on the old hosting, well, then pipets.
If the new one, too, then finally.

A
Alexander, 2014-09-09
@syschel

Many hosting companies offer a free site transfer service for moving to them from competitors. Your task is to find a host that supports Janga. Like gino supports.

G
Gasoid, 2014-09-10
@Gasoid

Yes, the easiest way is to contact the host, they will transfer your site for free, for example
https://hosting.reg.ru/hosting/service/hosting_tra...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question