Opened 5 years ago
Closed 5 years ago
#31273 closed Bug (duplicate)
Django and JS (from npm module) problem
Description ¶
Hi guys.
I'm working with some js, (d3, openplayers, pure js), with npm and parcel bundler.
The js module works fine, even on the dist (compiled) version for production. On the dist folder i added a server.py file to test this files, works fine.
Django loads the statics but can't work in a complete way.
I put this link with an entire django project and a simple example of the js module.
http://www.mediafire.com/file/un0s3wdgt8bld6b/webFillGauge.zip/file
Also,I have the same problem with openlayers .....
Duplicate of #31272