Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AE UTBM
Sith
Commits
cd46e099
Commit
cd46e099
authored
Jun 12, 2017
by
Krophil
Browse files
Format sith
parent
e2311dcb
Changes
2
Show whitespace changes
Inline
Side-by-side
sith/toolbar_debug.py
View file @
cd46e099
...
...
@@ -24,6 +24,7 @@
from
debug_toolbar.panels.templates
import
TemplatesPanel
as
BaseTemplatesPanel
class
TemplatesPanel
(
BaseTemplatesPanel
):
def
generate_stats
(
self
,
*
args
):
template
=
self
.
templates
[
0
][
'template'
]
...
...
sith/urls.py
View file @
cd46e099
...
...
@@ -80,4 +80,3 @@ if settings.DEBUG:
urlpatterns
+=
[
url
(
r
'^__debug__/'
,
include
(
debug_toolbar
.
urls
)),
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment