DevCourse2_Django

Django Chart Visualization

4 minute read

1. Add chart.js and jquery (layouts.html) This is currently located at head, but later Iโ€™ve to move those scripts down to the end of the body tag. <!-- ...

Django HTML Extension with Issue & Solution

less than 1 minute read

Django VScode Extension While I work with django-html files, everytime I had to type curly brackets and percentage sign. I found most popular django html ext...

Django Static with Debug Mode

less than 1 minute read

Django Static & Debug Mode Keep in mind. If Debug = False, even though you correctly impletmented your static files, Django do not load any of your stati...