{% extends "admin/base.html" %} {% block title %}Example Project / Debug View{% endblock %} {% block branding %}
Go to Django Admin.
{% if not user.is_authenticated %}Log in to see more information
{% endif %}settings.SETTINGS_MODULE : | {{ settings_module }} |
Env. type: | {{ env_type }} |
User: | {{ user }} |
Remote Address: | {{ remote_addr }} |
Process User: | {{ process_user }} (ID: {{ user_id }}:{{ user_group_id }}) |
Executable: | {{ executable }} |
Process ID: | {{ pid }} |
Python Version: | {{ python_version }} |
Sys prefix: | {{ sys_prefix }} |
Current work dir: | {{ cwd }} |
OS uname: | {{ os_uname }} |
OS Environment: | {% if environ %} {% endif %} |
META: | {% if meta %} {% endif %} |