S
S
Sergey Nizhny Novgorod2016-09-20 13:03:51
Django
Sergey Nizhny Novgorod, 2016-09-20 13:03:51

Do I need to additionally configure the server for django?

Hello.
I developed a project on django, put it on the server following this instruction ( https://www.digitalocean.com/community/tutorials/h... ), plus set the time zone settings.
Question:
What else needs to be put on Linux to work normally with a django project? Do I need to install zabbix etc.
Those. I don't know administration at all. Tell me where to dig and move.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
neatsoft, 2016-09-20
@Terras

Follow the steps described in Django deployment checklist
Set up ssh:
Configure firewall:
Set up ssl:
If users have the ability to upload files to the site, then:

  • purchase a separate domain to host these files
  • configure nginx to serve media_root from this domain
  • check media inaccessibility from main domain
Security in Django - User-uploaded content
ps. For future projects, try using uWSGI instead of Gunicorn and Ubuntu 16.04 server instead of CentOS 7.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question