Question
How to deploy multiple django projects in one droplet?
Hello guys,
I’m trying to deploy multiple django projects in just one droplet. I used several tutorials here on the forum and on other sites as well, but was not successful with any.
The last thing that a I made was created the files:
- /etc/systemd/system/{{ myprojectname }}.socket
- /etc/systemd/system/{{ myprojectname }}.service
- /etc/nginx/sites-available/{{ myprojectname }}
Can somebody help me?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×