Answer the question
In order to leave comments, you need to log in
How to deploy DjangoCms to a domain with ubuntu server 20.04?
There was a need to put DjangoCms on the domain. how best to do it? Is a virtual environment required, or is it possible without it?
Answer the question
In order to leave comments, you need to log in
Use pyenv to set up a virtual environment with the correct version of Python.
With the help of gunicorn (for example) and supervisor (well, or systemd), organize the launch of the application.
Using Nginx, organize the distribution of statics and proxy requests to Django.
You can still wrap all this in Docker ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question