filmov
tv
Django Debug Toolbar 2024
Показать описание
Link for Installation doc:
NOTE: Playground is my app where as storefront is my project, so make so you do changes in your project files not in your app files.
import debug_toolbar
urlpatterns = [
]
STEP 2:
1) add debug_toolbar', in INSTALLED_APPS LIST
INSTALLED_APPS = [
'playground',
'debug_toolbar',
]
MIDDLEWARE = [
]
3) Add list with name INTERNAL_IPS and assign a value of '127.0.0.1', .
INTERNAL_IPS = [
# ...
'127.0.0.1',
# ...
]
STEP 3: Go to search bar and search Registery Editor and edit the Js content type
from text/plain to text/javascript
STEP4: Open your browser and go to setting and clear your cache as shown in the video.
STEP5: Refresh the page or restart your server .
Please like, Share and Subscribe if the video is helpful to you.
#django #djangodebugtoolbar #django #debug #toolbar #2021
#python #techlifejournal #TECHLIFEJOURNAL#tech #2021#youtube #python3
#justdjango #code #error #fix #India #INDIA #US #USA #million #sub #seo
MUSIC :
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0
NOTE: Playground is my app where as storefront is my project, so make so you do changes in your project files not in your app files.
import debug_toolbar
urlpatterns = [
]
STEP 2:
1) add debug_toolbar', in INSTALLED_APPS LIST
INSTALLED_APPS = [
'playground',
'debug_toolbar',
]
MIDDLEWARE = [
]
3) Add list with name INTERNAL_IPS and assign a value of '127.0.0.1', .
INTERNAL_IPS = [
# ...
'127.0.0.1',
# ...
]
STEP 3: Go to search bar and search Registery Editor and edit the Js content type
from text/plain to text/javascript
STEP4: Open your browser and go to setting and clear your cache as shown in the video.
STEP5: Refresh the page or restart your server .
Please like, Share and Subscribe if the video is helpful to you.
#django #djangodebugtoolbar #django #debug #toolbar #2021
#python #techlifejournal #TECHLIFEJOURNAL#tech #2021#youtube #python3
#justdjango #code #error #fix #India #INDIA #US #USA #million #sub #seo
MUSIC :
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0
Комментарии