{% if lang == "ru" %} Django установлен.
Для запуска своего приложения необходимо:

{% else %} Django installed.
For deploy Your application You need:
  • Remove all files from {{ ddir }} and put Your application there
  • In config files (/etc/nginx/conf.d/django.conf , /etc/uwsgi.d/django.ini , /etc/uwsgi/app-enabled/django.ini (depends on OS)) replace mysite to Your application's name (dir name)
  • Restart nginx and uwsgi: service nginx restart ; service uwsgi restart
  • {% endif %}