✓ 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!

1 Reply

✓ Best Answer

Nevermind, I figured it out actually. It is part of the crontab for root.

Running sudo crontab -l -u root shows you the action that is being performed

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct