PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/raven/contrib/django
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 apps.py
↓
X
📁 celery/
X
📄 client.py
↓
X
📄 handlers.py
↓
X
📄 logging.py
↓
X
📁 management/
X
📁 middleware/
X
📄 models.py
↓
X
📁 raven_compat/
X
📄 resolver.py
↓
X
📄 serializers.py
↓
X
📁 templatetags/
X
📄 urls.py
↓
X
📄 utils.py
↓
X
📄 views.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: logging.py
""" raven.contrib.django.logging ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details. :license: BSD, see LICENSE for more details. """ from __future__ import absolute_import import warnings warnings.warn('raven.contrib.django.logging is deprecated. Use raven.contrib.django.handlers instead.', DeprecationWarning) from raven.contrib.django.handlers import SentryHandler # NOQA __all__ = ('SentryHandler',)
SIMPAN PERUBAHAN