dynamicweb/hosting/templates/hosting/django.html

12 lines
613 B
HTML
Raw Normal View History

{% extends "hosting/base.html" %}
2015-07-30 00:11:17 +02:00
{% load staticfiles %}
2015-07-28 21:01:59 +02:00
2015-07-30 00:11:17 +02:00
{%block specification %}
2015-07-28 21:01:59 +02:00
<li><i class="fa-li fa fa-check-square-o fa-lg"></i>
<p class="lead">Ubuntu 14.04 as the operating system, full root access!</p>
</li>
<li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">nginx as the frontend Server (optional with SSL Support)</p></li>
<li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">uwsgi to have your application talk to nginx and vice versa
<li><i class="fa-li fa fa-check-square-o fa-lg"></i><p class="lead">PostgreSQL as the database</p>
2015-07-30 00:11:17 +02:00
</li>
{%endblock%}