PATH:
opt
/
alt
/
python27
/
lib
/
python2.7
/
site-packages
/
raven
/
contrib
/
django
""" raven.contrib.django.urls ~~~~~~~~~~~~~~~~~~~~~~~~~ :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 try: from django.conf.urls import url except ImportError: # for Django version less than 1.4 from django.conf.urls.defaults import url # NOQA import raven.contrib.django.views urlpatterns = ( url(r'^api/(?P<project_id>[\w_-]+)/store/$', raven.contrib.django.views.report, name='raven-report'), url(r'^report/', raven.contrib.django.views.report), )
[-] logging.pyc
[edit]
[-] client.pyc
[edit]
[-] models.pyc
[edit]
[-] __init__.py
[edit]
[+]
management
[+]
raven_compat
[-] apps.py
[edit]
[-] resolver.py
[edit]
[+]
..
[-] serializers.py
[edit]
[-] views.py
[edit]
[-] views.pyc
[edit]
[-] resolver.pyc
[edit]
[+]
celery
[-] urls.pyc
[edit]
[+]
templatetags
[-] serializers.pyc
[edit]
[-] handlers.py
[edit]
[+]
middleware
[-] urls.py
[edit]
[-] utils.pyc
[edit]
[-] models.py
[edit]
[-] __init__.pyc
[edit]
[-] logging.py
[edit]
[-] utils.py
[edit]
[-] client.py
[edit]
[-] handlers.pyc
[edit]
[-] apps.pyc
[edit]