mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Format sith
This commit is contained in:
parent
e2311dcb71
commit
cd46e099b6
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
from debug_toolbar.panels.templates import TemplatesPanel as BaseTemplatesPanel
|
from debug_toolbar.panels.templates import TemplatesPanel as BaseTemplatesPanel
|
||||||
|
|
||||||
|
|
||||||
class TemplatesPanel(BaseTemplatesPanel):
|
class TemplatesPanel(BaseTemplatesPanel):
|
||||||
def generate_stats(self, *args):
|
def generate_stats(self, *args):
|
||||||
template = self.templates[0]['template']
|
template = self.templates[0]['template']
|
||||||
|
@ -80,4 +80,3 @@ if settings.DEBUG:
|
|||||||
urlpatterns += [
|
urlpatterns += [
|
||||||
url(r'^__debug__/', include(debug_toolbar.urls)),
|
url(r'^__debug__/', include(debug_toolbar.urls)),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user