معرفی شرکت ها


django-error-views-0.5.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Verbose error views with minimal context and integration with Sentry
ویژگی مقدار
سیستم عامل -
نام فایل django-error-views-0.5.1
نام django-error-views
نسخه کتابخانه 0.5.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Janusz Skonieczny
ایمیل نویسنده js+pypi@bravelabs.pl
آدرس صفحه اصلی https://github.com/wooyek/django-error-views
آدرس اینترنتی https://pypi.org/project/django-error-views/
مجوز -
================== Django Error Views ================== Verbose error views with minimal context and integration with Sentry .. image:: https://img.shields.io/pypi/v/django-error-views.svg :target: https://pypi.python.org/pypi/django-error-views .. image:: https://img.shields.io/travis/wooyek/django-error-views.svg :target: https://travis-ci.org/wooyek/django-error-views .. image:: https://readthedocs.org/projects/django-error-views/badge/?version=latest :target: https://django-error-views.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://coveralls.io/repos/github/wooyek/django-error-views/badge.svg?branch=develop :target: https://coveralls.io/github/wooyek/django-error-views?branch=develop :alt: Coveralls.io coverage .. image:: https://codecov.io/gh/wooyek/django-error-views/branch/develop/graph/badge.svg :target: https://codecov.io/gh/wooyek/django-error-views :alt: CodeCov coverage .. image:: https://api.codeclimate.com/v1/badges/0e7992f6259bc7fd1a1a/maintainability :target: https://codeclimate.com/github/wooyek/django-error-views/maintainability :alt: Maintainability .. image:: https://img.shields.io/github/license/wooyek/django-error-views.svg :target: https://github.com/wooyek/django-error-views/blob/develop/LICENSE :alt: License .. image:: https://img.shields.io/twitter/url/https/github.com/wooyek/django-error-views.svg?style=social :target: https://twitter.com/intent/tweet?text=Wow:&url=https://github.com/wooyek/django-error-views :alt: Tweet about this project .. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg :target: https://saythanks.io/to/wooyek * Free software: GNU Affero General Public License v3 * Documentation: https://django-error-views.readthedocs.io. Features -------- * Pending :D Demo ---- To run an example project for this django reusable app, click the button below and start a demo serwer on Heroku .. image:: https://www.herokucdn.com/deploy/button.png :target: https://heroku.com/deploy :alt: Deploy Django Opt-out example project to Heroku Quickstart ---------- Install Django Error Views:: pip install django-error-views Add it to your `INSTALLED_APPS`: .. code-block:: python INSTALLED_APPS = ( ... 'django_error_views.apps.DjangoErrorViewsConfig', ... ) Add Django Error Views's URL patterns: .. code-block:: python import django_error_views.urls urlpatterns = [ ... url(r'^', include(django_error_views.urls)), ... ] Running Tests ------------- Does the code actually work? :: $ pipenv install --dev $ pipenv shell $ tox We recommend using pipenv_ but a legacy approach to creating virtualenv and installing requirements should also work. Please install `requirements/development.txt` to setup virtual env for testing and development. Credits ------- This package was created with Cookiecutter_ and the `wooyek/cookiecutter-django-app`_ project template. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`wooyek/cookiecutter-django-app`: https://github.com/wooyek/cookiecutter-django-app .. _`pipenv`: https://docs.pipenv.org/install History ------- 0.2.4 (2018-03-20) ++++++++++++++++++ * First release on PyPI.


نحوه نصب


نصب پکیج whl django-error-views-0.5.1:

    pip install django-error-views-0.5.1.whl


نصب پکیج tar.gz django-error-views-0.5.1:

    pip install django-error-views-0.5.1.tar.gz