F
F
Feraun2020-07-31 17:11:09
Python
Feraun, 2020-07-31 17:11:09

How to solve the problem when creating site migrations?

In general, I uploaded a django site to beget hosting and I need to create migrations, everything would be fine, but I get the following error
$ python manage.py makemigrations
python: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2. 25' not found (required by python) python: /lib/x86_64-linux-gnu/libc.so.6
: version `GLIBC_2.17' not found (required by python)

CMS chose django, so the ready-made file structure immediately appeared, then manually uploaded the necessary application there and edited the code. Then I realized that I needed migrations and went to PuTTY, went into the hosting virtual machine and wanted to do migrations, but it doesn’t work

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question