Questions tagged [django-staticfiles]

An application developed in Django that offers assistance with hosting static files.

Using Django's static and template files to incorporate npm modules

Recently, I decided to incorporate npm into my project workflow for better management of my JavaScript dependencies. In the past, I simply used git clone to add files to my static/vendor folder. In addition, I've introduced gulp into the mix, althoug ...