Simple and useful django middleware for real-time logging.
Project description
django-watch
Simple and useful django middleware for real-time logging.
https://github.com/Sobolev5/django-watch
How to use it
To install run:
pip install django-watch
Add the following lines at the end of settings.py file:
INSTALLED_APPS = INSTALLED_APPS + ('django_watch',) MIDDLEWARE = ( MIDDLEWARE + ('django_watch.middleware.WatchMiddleware',) )
Open your development console and see the result:
""" START /my_project/news/views.py => news_list: Line number 15 """ kwargs: {'news_id': '2'} request.GET: <QueryDict: {'published_at': ['today']}> """ END /my_project/news/views.py => news_list: Line number 15 """ sql queries time: 0.17 total time: 7.29
That's all.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_watch-0.4-py3-none-any.whl (3.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Close
Hashes for django_watch-0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0a50a104d8b8066e849d5cf60334cb876dc42c60137d8a4a29a77cb9c8fed88 |
|
MD5 | a69ed387ca0bfdd74f29ca7ac375f53e |
|
BLAKE2-256 | f80447c940a8e3a9f2dcb6c652143eb49fcda065894b45616ce04509d00e8278 |