✓ Solved
How to disable/edit Django at startup when using Django marketplace app
So I am a little confused as to how exactly django starts up when using the Django App template from the Linode Marketplace. As of now, when you start the server, Django starts as well.
Ideally I would like to eventually change the port it is running on or disable it and run it through a web server application like apache or nginx.
Any help would be appreciated!