{% extends "base.html" %} {% block title %}Create a New App - {{ block.super }}{% endblock %} {% block body_id %}dashboard-create-app{% endblock %} {% block body_class %}secondary full{% endblock %} {% block content %}

Create App

{% csrf_token %}
    {{ form.as_ul }}

Creating an app

Before you can really get going with Clutch’s developer tools, you have to first create an app, which should roughly correspond to an iOS project in XCode.

Need more help? View the Docs.
{% endblock %}