SYSTEM INFORMATION | |
---|---|
OS type and version | Debian Linux 11 |
Webmin version | 2.001 |
Virtualmin version | 7.2-1 Pro |
Related packages | nginx, django, mariadb |
I would like to understand how the django install script setup the django app to work with the fastcgi. I could well use uwsgi to lauch my django (or wagtail cms) by hand but I believe fastcgi is better.
Problem, there nothing in the public_html folder. The app is in the .local/myapp I can locate the socket used to communicate with the fastcgi server by scanning throught the nginx/site-enabled/configs but I don’t get much more than that and it’s not enough to really modify the django installation and replace it for example with a wagtail cms.
Clarification on the django install script is welcome.