filmov
tv
[SOLVED] Problem while loading Static Files In Django | CSS | JS | HTML ,

Показать описание
#django #staticfiles #errors #errormania #ralpasoft
This video helps to fix the not loading problem of static files in Django even the DEBUG is FALSE. This is the easiest and safest solution.
Code To add In your Project
urlpatterns = [
]+ static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
STATIC_URL = '/static/'
errormania a developers community where developers like us join to give solutions to all the programming errors other developers are facing.
join errormania on social media
telegram : - @errormania
Ralpasoft is a platform for all the digital services where people can find all the digital services they can think of.
This video helps to fix the not loading problem of static files in Django even the DEBUG is FALSE. This is the easiest and safest solution.
Code To add In your Project
urlpatterns = [
]+ static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
STATIC_URL = '/static/'
errormania a developers community where developers like us join to give solutions to all the programming errors other developers are facing.
join errormania on social media
telegram : - @errormania
Ralpasoft is a platform for all the digital services where people can find all the digital services they can think of.