mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Add django-sentry, remove debug-toolbar
This commit is contained in:
@@ -35,5 +35,10 @@ if installed('groups'):
|
||||
(r'^groups/', include('groups.urls')),
|
||||
)
|
||||
|
||||
if installed('sentry'):
|
||||
urlpatterns += patterns('',
|
||||
(r'^sentry/', include('sentry.web.urls')),
|
||||
)
|
||||
|
||||
if settings.DEBUG:
|
||||
urlpatterns += staticfiles_urlpatterns()
|
||||
|
||||
Reference in New Issue
Block a user