معرفی شرکت ها


django-monkey-team-0.2.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django middleware that displays debug tracebacks on production sites (where you would have `DEBUG = False`) only to developers.
ویژگی مقدار
سیستم عامل -
نام فایل django-monkey-team-0.2.2
نام django-monkey-team
نسخه کتابخانه 0.2.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ionel Cristian Mărieș
ایمیل نویسنده contact@ionelmc.ro
آدرس صفحه اصلی https://github.com/ionelmc/django-monkey-team
آدرس اینترنتی https://pypi.org/project/django-monkey-team/
مجوز BSD
=========================== django-monkey-team =========================== This is a middleware that displays debug tracebacks on production sites (where you would have `DEBUG = False`) only to developers. Developers have to install a special userscript to decode the traceback data. AES-256 (CBC mode) is used to encrypt the traceback. The decode key and client key are hashes of your SECRET_KEY with salts so your SECRET_KEY is safe even if your userscript gets in the wrong place. Google Chrome and Firefox are supported. If you want to use something else you have to find a way to install the userscript yourself. There's also a decode page in the admin in case you get user reports with the encrypted data. The error page and decrypt flow looks like this: .. image:: https://github.com/ionelmc/django-monkey-team/raw/master/docs/monkey-dispatch.png :alt: Sample error page :target: https://github.com/ionelmc/django-monkey-team/raw/master/docs/monkey-dispatch.png Installation guide ================== Install it:: pip install django-monkey-team Change your Django project settings to have:: INSTALLED_APPS += ( 'monkey_team', ) MIDDLEWARE_CLASSES += ( 'monkey_team.middleware.MonkeyTeamMiddleware', ) DEBUG = False Note, that if you want ``DEBUG = True`` and still have the middleware on you need to set:: MONKEY_FORCE_ACTIVE = True Then go to django admin and install the userscript. The setup page looks like this: .. image:: https://github.com/ionelmc/django-monkey-team/raw/master/docs/monkey-admin.png :alt: Userscript install page :target: https://github.com/ionelmc/django-monkey-team/raw/master/docs/monkey-admin.png Requirements ============ PyCrypto is required. The project has been tested on Django 1.3, 1.4, 1.5 and trunk with Python 2.6 and 2.7. .. image:: https://secure.travis-ci.org/ionelmc/django-monkey-team.png :alt: Build Status :target: http://travis-ci.org/ionelmc/django-monkey-team


نحوه نصب


نصب پکیج whl django-monkey-team-0.2.2:

    pip install django-monkey-team-0.2.2.whl


نصب پکیج tar.gz django-monkey-team-0.2.2:

    pip install django-monkey-team-0.2.2.tar.gz