B
B
Bjornie2017-10-02 13:16:54
Django
Bjornie, 2017-10-02 13:16:54

What's the easiest way to publish a Django project to DigitalOcean?

I finally finished my test project and I want to publish it on a virtual server. Before that, I published it for testing on Heroku. I would like to learn from more experienced how to better and easier deploy a Django project to an unconfigured VPS, given my not very knowledge of Linux.
I would like to clarify that the project is, in theory, a small application for internal use, i.e. it will only have a couple of visitors. The project also has media files (photos). There is nothing supernatural in the project, except for a couple of cron tasks with mail distribution.
First of all, I'm interested in what things you should pay attention to, in terms of security and stability settings, in order to flood the project and safely leave it spinning there. With all the other lotions, I’ll probably figure it out on the fly, the main thing is to start. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Kuzmichev, 2017-10-02
@Assargin

digitalocean has good working step-by-step manuals on how to deploy this or that. django is no exception :
The easiest way might be to use a preconfigured django image . True, I didn't do it myself.

S
Serhiy Romanov, 2017-10-03
@SerhiyRomanov

You can use this instruction - https://djbook.ru/examples/62/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question