Saturday, December 7, 2019

Catalin George Festila: Python 3.7.5 : Using the django with javascript.

The Django framework can work great with javascript. I start this project a few days ago. You can start a simple Django project, see my old tutorials. I used a template for main page in my template folder named chart.html. The chart.min.js is set on base.html. The links work from the Django framework to HTML5 templates with javascript. The full project can be found on my GitHub project. See the

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...