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
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.
>
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
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
4 matches
Mail list logo