Re: Serving non-referenced static files

2019-10-30 Thread ahanor nosa
Create a folder call static in your project directory and paste your JS files there. On Tuesday, October 29, 2019, Jack Sundberg wrote: > Hello again, > > I could use some help on loading static files in development mode. > Specifically, I'd like to tell Django to serve additional files that

Serving non-referenced static files

2019-10-29 Thread Jack Sundberg
Hello again, I could use some help on loading static files in development mode. Specifically, I'd like to tell Django to serve additional files that are not explicitly loaded in the html with {% load static %}. My issue is actually identical to this post