Re: HELP me: "a beginner's questions"

2021-08-19 Thread MR INDIA
First Take all the Deployment security checklist given here and then deploy, python3 manage.py runserver starts a *development *server *not* a *production* server you have to configure that on your own... On Wednesday, 18 August 2021 at 20:28:09 UTC+5:30 alex...@gmail.com wrote: > Hello, > > Th

Re: HELP me: "a beginner's questions"

2021-08-18 Thread M. GW
Hey, have you check this: https://docs.djangoproject.com/en/3.2/howto/deployment/ jt.vc...@gmail.com schrieb am Mittwoch, 18. August 2021 um 15:03:03 UTC+2: > Hi > > I am now starting to work in Django. > > I built a development environment on my laptop. I experimented there, > things work. >

Re: HELP me: "a beginner's questions"

2021-08-18 Thread Alex B
Hello, There are a few ways to deploy a Django site to a production server. Tools like Ansible and Docker help a lot. One way to transfer files is via git push and pull through a repository. There are other ways as well. Once the files are on the server, the server needs all the services set up

HELP me: "a beginner's questions"

2021-08-18 Thread jt.vcomplex
Hi I am now starting to work in Django. I built a development environment on my laptop. I experimented there, things work. I have a web server on the net. With multiple hosted domains. I would put my attempt on one. But things don't work. - python is installed, updated - I installed django