معرفی شرکت ها


django-ponydebugger-0.0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

PonyDebugger support for Django
ویژگی مقدار
سیستم عامل -
نام فایل django-ponydebugger-0.0.3
نام django-ponydebugger
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Matthew Eastman
ایمیل نویسنده matt@educreations.com
آدرس صفحه اصلی https://github.com/educreations/django-ponydebugger
آدرس اینترنتی https://pypi.org/project/django-ponydebugger/
مجوز MIT
django-ponydebugger =================== `PonyDebugger`_ is a remote debugging toolset that uses Chrome Developer Tools. It consists of 2 parts: a server (`ponyd`_) and an iOS client library so you can debug your iOS apps. This project adds a Python client for debugging `Django`_ web apps. django-ponydebugger is licensed under the `MIT License`_. Features -------- - Network Traffic Debugging View all requests received by Django, including request and response headers and bodies. - Console Interact with the running process with a fully functional console. Installation / Setup / Usage ---------------------------- Install the django-ponydebugger package and its dependencies with the following command: :: pip install django-ponydebugger Update your Django settings module to add ``django_ponydebugger.middleware.PonyMiddleware`` to ``MIDDLEWARE_CLASSES`` (preferably near the beginning). After receiving the first request, django-ponydebugger will connect to ponyd. Connect to ponyd with your browser (probably http://127.0.0.1:9000/), and you should see Django listed. After clicking on Django, django-ponydebugger will report events to PonyDebugger / Chrome Developer Tools. Known Issues ------------ None Future Work ----------- - Timeline support. It would be nice to report received HTTP requests as well as other events related to the request (like DB queries) to the Timeline. .. _PonyDebugger: https://github.com/square/PonyDebugger .. _Django: https://www.djangoproject.com/ .. _ponyd: https://github.com/square/PonyDebugger/blob/master/README_ponyd.rst .. _MIT License: http://opensource.org/licenses/MIT


نحوه نصب


نصب پکیج whl django-ponydebugger-0.0.3:

    pip install django-ponydebugger-0.0.3.whl


نصب پکیج tar.gz django-ponydebugger-0.0.3:

    pip install django-ponydebugger-0.0.3.tar.gz