{% extends 'base.html' %} {% block title %}addversion{% endblock %} {% block head %} {% if SCRAPYD_SERVERS|length > 1 %} {% endif %} {% endblock %} {% block body %}

Add a version to a project, creating the project if it doesn't exist.

{% if SCRAPYD_SERVERS|length > 1 %}
{% for SCRAPYD_SERVER in SCRAPYD_SERVERS %} {% if loop.changed(SCRAPYD_SERVERS_GROUPS[loop.index-1]) and loop.index != 1%} {{ SCRAPYD_SERVERS_GROUPS[loop.index-1] }} {% endif %} {% endfor %}
{% endif %}
a Python egg containing the project’s code
project
version
{% endblock %}