django_errortemplates是一個簡單和通用``404.html``和Django的``500.html``模板。錯誤消息鋪有引導英雄單位的風格。
問題/做出貢獻
報告任何問題,在`GitHub的項目頁面`_,並隨時到你自己的導遊/經驗加入到維基,並促進利用拉請求的變化。
安裝
PIP安裝django_errortemplates
設置
加上``'errortemplates'``和``'django.contrib.staticfiles'``到
``INSTALLED_APPS``。
試試看
與啟動服務器::
   蟒蛇manage.py的runserver --insecure
並導航到一個不存在的URL或引發一個異常的網址。請注意,我們使用``--insecure``
.. _`django_errortemplates`: https://github.com/espenak/django_errortemplates
Requirements:
- Python
- 在Django的
評論沒有發現