一个简单的 Django 应用程序,用于公开有关您的应用程序的一些技术信息
项目描述
=====
Django-system-information
=====
Django-system-information 是一个简单的 Django 应用程序,用于公开有关您的应用程序的一些技术信息。
这些信息将由集中 EPFL 技术信息的 webtool dashboard.epfl.ch 使用。
快速开始
-----------
1. 将 SYSTEM_INFORMATION_APPLICATION_NAME = 'name_of_your_application' 添加到您的 INSTALLED_APPS settings.py
2. 在项目 urls.py 中包含系统信息 URLconf,如下所示::
url(r'^ system-information/', include('systeminformation.urls')),
3. 访问http://127.0.0.1:8000/system-information/查看技术资料
Django-system-information
=====
Django-system-information 是一个简单的 Django 应用程序,用于公开有关您的应用程序的一些技术信息。
这些信息将由集中 EPFL 技术信息的 webtool dashboard.epfl.ch 使用。
快速开始
-----------
1. 将 SYSTEM_INFORMATION_APPLICATION_NAME = 'name_of_your_application' 添加到您的 INSTALLED_APPS settings.py
2. 在项目 urls.py 中包含系统信息 URLconf,如下所示::
url(r'^ system-information/', include('systeminformation.urls')),
3. 访问http://127.0.0.1:8000/system-information/查看技术资料