Question
Deploy Django to Ubuntu LAMP
I am running a LAMP image on Ubuntu 14.04. I want to run a Django app alongside to gather data off the same MySQL database.
I’ve looked through WSGI tutorials, but haven’t found anything to help me get this running from the web. I put my project in the /var/www folder.
I have the Django app running on my laptop, but how can I move it to my droplet and access it through the web?
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.
×