{% extends "base.html" %} {% set active_page = 'projects' %} {% block title %}Home{% endblock %} {% block content %}

Create Project

Naming your project

In PEP 423 Python explains a few rules about ownership. In short packages owned by a company, even if they are stored in private repositories, they should live within a namespace. This is not only a nice thing to have, but it also provides a few security benefits. Place your package within an appropriate namespace!

Recommendation:

<company>.<team>.<name>

{{ form.csrf_token }}
{{ form.name(size=20) }} {{ form.name.label }}
{% for mode in form.public %}
{% endfor %}
{% endblock %}