{% translate 'Deploy SandBox Apps - Python' %}

{% translate 'Setup Python SandBox and Install Apps' %}

{% translate 'You can set up a Python app on your domain and install a suitable Python sandbox virtual environment' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% if havedoamins %}
{% csrf_token %} {% if domain %}
{%else%}
{%endif%}
{% translate 'Choose Python App' %}

{% translate 'The Django web frame work' %}

{% translate 'Wagtail CMS a Django Content Management System' %}

{% translate 'The Flask Python Frame Work App' %}

{% translate 'A generic wsgi python app' %}

{%else%} {%endif%}
{% if havedoamins %}

{% translate 'Django App Settings' %}

{% translate 'Wagtail App Settings' %}

{% translate 'Flask App Settings' %}

{% translate 'Generic Python WSGI App Settings' %}

{% endif %}
{% include "footer.html" %}