V
V
vanproskur2019-08-29 19:53:16
Django
vanproskur, 2019-08-29 19:53:16

How to upload django to a hosting or bind to a domain?

I write in windows:

python manage.py runserver serialprojects.tech:8070

Error: That IP address can't be assigned to.
Is there any way or how to fix this error?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
David, 2019-08-29
@dordyan

Hello.
Try python manage.py runserver localhost:8070
Or use localhost together with the ip address you have on your server, you can see the addresses with "#ip a s" command.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question