{% extends 'base.html' %} {% block title %}{{ request.tenant.name }}{% endblock %} {% block summary %}

{{ request.tenant.name }}

{{ request.tenant.description }}

{% endblock %} {% block instructions %}

Each tenant is on a separate schema and contains different data. Take a look at the users list of this tenant.

Users List

{% if users %} {% else %}

You don't have any users!

{% endif %}





{% for post in posts %} cross schema foreign keys dont create constraints, document this! test if migrations still work!
  • {{ post.name }}, author: {{ post.author.first_name }}
  • {% endfor %}

    Generate Random Users

    Click the button below to generate five random users.


    {% csrf_token %} {{ form.as_p }}
    {% endblock %}