diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
| -rw-r--r-- | bitbake/lib/toaster/toastermain/urls.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py index f66f11dcde..395c4e8c34 100644 --- a/bitbake/lib/toaster/toastermain/urls.py +++ b/bitbake/lib/toaster/toastermain/urls.py | |||
| @@ -50,12 +50,12 @@ import toastermain.settings | |||
| 50 | 50 | ||
| 51 | if toastermain.settings.FRESH_ENABLED: | 51 | if toastermain.settings.FRESH_ENABLED: |
| 52 | urlpatterns.insert(1, url(r'', include('fresh.urls'))) | 52 | urlpatterns.insert(1, url(r'', include('fresh.urls'))) |
| 53 | logger.info("Enabled django-fresh extension") | 53 | #logger.info("Enabled django-fresh extension") |
| 54 | 54 | ||
| 55 | if toastermain.settings.DEBUG_PANEL_ENABLED: | 55 | if toastermain.settings.DEBUG_PANEL_ENABLED: |
| 56 | import debug_toolbar | 56 | import debug_toolbar |
| 57 | urlpatterns.insert(1, url(r'', include(debug_toolbar.urls))) | 57 | urlpatterns.insert(1, url(r'', include(debug_toolbar.urls))) |
| 58 | logger.info("Enabled django_toolbar extension") | 58 | #logger.info("Enabled django_toolbar extension") |
| 59 | 59 | ||
| 60 | 60 | ||
| 61 | if toastermain.settings.MANAGED: | 61 | if toastermain.settings.MANAGED: |
| @@ -86,4 +86,4 @@ for t in os.walk(os.path.dirname(currentdir)): | |||
| 86 | logger.warn("Module \'%s\' has a regexp conflict, was not added to the urlpatterns" % modulename) | 86 | logger.warn("Module \'%s\' has a regexp conflict, was not added to the urlpatterns" % modulename) |
| 87 | 87 | ||
| 88 | from pprint import pformat | 88 | from pprint import pformat |
| 89 | logger.debug("urlpatterns list %s", pformat(urlpatterns)) | 89 | #logger.debug("urlpatterns list %s", pformat(urlpatterns)) |
