{% extends "base.html" %} {% set active_page = 'projects' %} {% block title %}Home{% endblock %} {% block content %}
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: